Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
|
@@ -1 +1,9 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
+
torch
|
| 3 |
+
huggingface_hub==0.25.2
|
| 4 |
+
gradio>=4.0.0
|
| 5 |
+
transformers>=4.35.0
|
| 6 |
+
torch>=2.0.0
|
| 7 |
+
accelerate>=0.24.0
|
| 8 |
+
sentencepiece>=0.1.99
|
| 9 |
+
protobuf>=3.20.0
|