Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
torch
|
3 |
torchvision
|
4 |
torchaudio==2.3.1
|
@@ -11,4 +11,7 @@ protobuf==5.29.3
|
|
11 |
requests==2.32.3
|
12 |
safetensors==0.5.2
|
13 |
sentencepiece==0.2.0
|
14 |
-
transformers==4.49.0
|
|
|
|
|
|
|
|
1 |
+
#--extra-index-url https://download.pytorch.org/whl/cu114
|
2 |
torch
|
3 |
torchvision
|
4 |
torchaudio==2.3.1
|
|
|
11 |
requests==2.32.3
|
12 |
safetensors==0.5.2
|
13 |
sentencepiece==0.2.0
|
14 |
+
transformers==4.49.0
|
15 |
+
|
16 |
+
gradio
|
17 |
+
httpx[socks]
|