Spaces:
Sleeping
Sleeping
Commit ·
6922969
1
Parent(s): 7cfd552
Fix tokenizers version for Python 3.13 compatibility
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
transformers==4.
|
| 2 |
torch==2.6.0
|
| 3 |
-
tokenizers==0.
|
| 4 |
gradio==4.44.1
|
| 5 |
plotly==5.22.0
|
| 6 |
sentencepiece==0.2.0
|
|
|
|
| 1 |
+
transformers==4.41.0
|
| 2 |
torch==2.6.0
|
| 3 |
+
tokenizers==0.21.0
|
| 4 |
gradio==4.44.1
|
| 5 |
plotly==5.22.0
|
| 6 |
sentencepiece==0.2.0
|