Spaces:
Running
on
Zero
Running
on
Zero
jedick
commited on
Commit
·
556cc72
1
Parent(s):
656f290
Use transformers==4.51.3
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -13,7 +13,7 @@ torch==2.5.1
|
|
| 13 |
# Gemma 3: transformers>=4.50
|
| 14 |
# Gemma 3 with transformers==4.54.0 gives:
|
| 15 |
# ValueError: Max cache length is not consistent across layers
|
| 16 |
-
transformers==4.
|
| 17 |
# Commented because we have local modifications
|
| 18 |
#tool-calling-llm==0.1.2
|
| 19 |
bm25s==0.2.12
|
|
|
|
| 13 |
# Gemma 3: transformers>=4.50
|
| 14 |
# Gemma 3 with transformers==4.54.0 gives:
|
| 15 |
# ValueError: Max cache length is not consistent across layers
|
| 16 |
+
transformers==4.51.3
|
| 17 |
# Commented because we have local modifications
|
| 18 |
#tool-calling-llm==0.1.2
|
| 19 |
bm25s==0.2.12
|