Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
| 2 |
|
| 3 |
-
# Core Torch Stack
|
| 4 |
-
torch=
|
| 5 |
-
torchvision=
|
| 6 |
|
| 7 |
# DeepCache (giữ theo yêu cầu)
|
| 8 |
DeepCache==0.1.1
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/torch
|
| 2 |
|
| 3 |
+
# Core Torch Stack (2.7+ required for RTX 5090 sm_120 support)
|
| 4 |
+
torch>=2.7.0
|
| 5 |
+
torchvision>=0.22.0
|
| 6 |
|
| 7 |
# DeepCache (giữ theo yêu cầu)
|
| 8 |
DeepCache==0.1.1
|