Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
2 |
-
torch
|
3 |
-
transformers==4.
|
|
|
4 |
Pillow
|
5 |
gradio
|
6 |
spaces
|
7 |
-
multiprocess
|
8 |
-
sentencepiece
|
9 |
-
matplotlib
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
torch==2.3.0
|
3 |
+
transformers==4.40.2
|
4 |
+
numpy==1.26.4
|
5 |
Pillow
|
6 |
gradio
|
7 |
spaces
|
8 |
+
multiprocess==0.70.16
|
9 |
+
sentencepiece==0.2.0
|
10 |
+
matplotlib==3.9.0
|