We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e24077 commit 665a667Copy full SHA for 665a667
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "vllm_judge"
7
-version = "0.1.6"
+version = "0.1.7"
8
description = "LLM-as-a-Judge evaluations for vLLM hosted models"
9
readme = "README.md"
10
authors = [
@@ -158,4 +158,4 @@ ignore = [
158
"__init__.py" = ["F401"]
159
160
[tool.ruff.isort]
161
-known-third-party = ["httpx", "pydantic", "tenacity"]
+known-third-party = ["httpx", "pydantic", "tenacity"]
0 commit comments