Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
|
|
|
|
|
| 1 |
numpy
|
| 2 |
-
torch==1.13.1
|
| 3 |
-
torchvision==0.14.1
|
| 4 |
transformers==4.19.2
|
| 5 |
tqdm==4.66.2
|
| 6 |
gradio==3.50.2
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
| 2 |
+
|
| 3 |
numpy
|
| 4 |
+
torch==1.13.1+cu117
|
| 5 |
+
torchvision==0.14.1+cu117
|
| 6 |
transformers==4.19.2
|
| 7 |
tqdm==4.66.2
|
| 8 |
gradio==3.50.2
|