Spaces:
Runtime error
Runtime error
tabito12345678910 commited on
Commit ·
6fb008f
1
Parent(s): 061add3
Fix PyTorch version compatibility: use torch 1.13.1 for rtdl compatibility
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
pydantic==2.5.0
|
| 4 |
-
torch==
|
| 5 |
-
rtdl
|
| 6 |
pandas
|
| 7 |
numpy
|
| 8 |
scipy
|
|
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
pydantic==2.5.0
|
| 4 |
+
torch==1.13.1
|
| 5 |
+
git+https://github.com/Yura52/rtdl.git@main
|
| 6 |
pandas
|
| 7 |
numpy
|
| 8 |
scipy
|