Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +16 -16
requirements.txt
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
-
torch
|
| 2 |
-
numpy
|
| 3 |
-
transformers
|
| 4 |
-
omegaconf
|
| 5 |
-
hydra-core
|
| 6 |
-
tokenizers
|
| 7 |
-
datasets
|
| 8 |
-
huggingface_hub
|
| 9 |
-
chainlit
|
| 10 |
-
uvicorn[standard]
|
| 11 |
-
fastapi
|
| 12 |
|
| 13 |
-
evaluate
|
| 14 |
-
sacrebleu
|
| 15 |
-
rouge-score
|
| 16 |
-
bert-score
|
| 17 |
-
tqdm
|
|
|
|
| 1 |
+
torch==2.3.1+cu121
|
| 2 |
+
numpy==2.3.3
|
| 3 |
+
transformers==4.57.0
|
| 4 |
+
omegaconf==2.3.0
|
| 5 |
+
hydra-core==1.3.2
|
| 6 |
+
tokenizers==0.22.1
|
| 7 |
+
datasets==4.1.1
|
| 8 |
+
huggingface_hub==0.35.3
|
| 9 |
+
chainlit==2.8.2
|
| 10 |
+
uvicorn[standard]==0.37.0
|
| 11 |
+
fastapi==0.116.2
|
| 12 |
|
| 13 |
+
evaluate==0.4.6
|
| 14 |
+
sacrebleu==2.5.1
|
| 15 |
+
rouge-score==0.1.2
|
| 16 |
+
bert-score==0.3.13
|
| 17 |
+
tqdm==4.67.1
|