Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
seaborn
|
| 2 |
scipy
|
| 3 |
-
pytorch==2.3
|
| 4 |
-
pytorch-cuda==12.1
|
| 5 |
datasets==2.14.5
|
| 6 |
gradio
|
| 7 |
huggingface-hub==0.18.0
|
|
@@ -17,4 +15,4 @@ scikit-learn==1.0.2
|
|
| 17 |
py-rouge==1.1
|
| 18 |
bert-score==0.3.13
|
| 19 |
sentencepiece==0.1.99
|
| 20 |
-
tokenizers
|
|
|
|
| 1 |
seaborn
|
| 2 |
scipy
|
|
|
|
|
|
|
| 3 |
datasets==2.14.5
|
| 4 |
gradio
|
| 5 |
huggingface-hub==0.18.0
|
|
|
|
| 15 |
py-rouge==1.1
|
| 16 |
bert-score==0.3.13
|
| 17 |
sentencepiece==0.1.99
|
| 18 |
+
tokenizers==0.19.1
|