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 d805f9f commit bc5e450Copy full SHA for bc5e450
pyproject.toml
@@ -54,7 +54,7 @@ classifiers = [
54
keywords = ["evaluation", "nlp", "llm"]
55
dependencies = [
56
# Base dependencies
57
- "transformers>=4.51.0",
+ "transformers>=4.51.0,<4.54.0", # waiting for a vllm fix
58
"accelerate",
59
"huggingface_hub[hf_xet]>=0.30.2",
60
"torch>=2.0,<3.0",
0 commit comments