Spaces:
Sleeping
Sleeping
providing version with pytorch and writing in correct format
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
torch
|
4 |
-
torchtext
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
+
torch==2.0.0+cpu
|
4 |
+
torchtext==0.15.1cpu
|