Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 2 |
-
torch==2.0.1
|
| 3 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 4 |
-
torchvision==0.15.2
|
| 5 |
transformers
|
| 6 |
huggingface_hub
|
| 7 |
gradio
|
|
|
|
| 1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 2 |
+
torch==2.0.1+cpu
|
| 3 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 4 |
+
torchvision==0.15.2+cpu
|
| 5 |
transformers
|
| 6 |
huggingface_hub
|
| 7 |
gradio
|