We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4ff90b + 8e64266 commit 18223a3Copy full SHA for 18223a3
2 files changed
pyproject.toml
@@ -37,7 +37,7 @@ dependencies = [
37
"smolagents==1.22.0",
38
"submitit",
39
"tiktoken==0.9.0",
40
- "transformers==4.53.0",
+ "transformers==5.0.0rc3",
41
"trl==0.17.0",
42
"vllm==0.20.0",
43
]
requirements.txt
@@ -13,6 +13,6 @@ regex==2024.11.6
13
smolagents==1.22.0
14
submitit
15
tiktoken==0.9.0
16
-transformers==4.53.0
+transformers==5.0.0rc3
17
trl==0.17.0
18
vllm==0.20.0
0 commit comments