Spaces:
Sleeping
Sleeping
providing link for pytorch in requirements
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
fastapi
|
2 |
uvicorn
|
|
|
3 |
torch==2.0.0+cpu
|
|
|
4 |
torchtext==0.15.1cpu
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
4 |
torch==2.0.0+cpu
|
5 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
6 |
torchtext==0.15.1cpu
|