Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
numpy==1.23.5
|
| 2 |
Requests==2.31.0
|
| 3 |
sentencepiece==0.1.99
|
| 4 |
-
torch==2.0
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 7 |
tqdm==4.64.1
|
| 8 |
gradio==5.44.1
|
| 9 |
-
tokenizers==0.
|
|
|
|
| 1 |
numpy==1.23.5
|
| 2 |
Requests==2.31.0
|
| 3 |
sentencepiece==0.1.99
|
| 4 |
+
torch==2.8.0
|
| 5 |
+
lightning==2.5.5
|
| 6 |
+
torchvision==0.23.0
|
| 7 |
+
torchaudio==2.8.0
|
| 8 |
tqdm==4.64.1
|
| 9 |
gradio==5.44.1
|
| 10 |
+
tokenizers==0.21.4
|