Skip to content

Commit bc5e450

Browse files
authored
Pin transforers version to fix broken test suite due to mismatch with vllm (#886)
1 parent d805f9f commit bc5e450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ classifiers = [
5454
keywords = ["evaluation", "nlp", "llm"]
5555
dependencies = [
5656
# Base dependencies
57-
"transformers>=4.51.0",
57+
"transformers>=4.51.0,<4.54.0", # waiting for a vllm fix
5858
"accelerate",
5959
"huggingface_hub[hf_xet]>=0.30.2",
6060
"torch>=2.0,<3.0",

0 commit comments

Comments
 (0)