Spaces:
Build error
Build error
Attempt to fix torchvision::nms error by aligning pytorch-cuda to 12.4
Browse files- cosmos-predict1.yaml +3 -3
cosmos-predict1.yaml
CHANGED
@@ -15,9 +15,9 @@ dependencies:
|
|
15 |
- pytorch=2.3.1
|
16 |
- torchvision=0.18.1
|
17 |
- torchaudio=2.3.1
|
18 |
-
- pytorch-cuda=12.
|
19 |
-
- cudnn
|
20 |
-
- libcublas
|
21 |
|
22 |
- pip:
|
23 |
- -r file:///app/gui/requirements.txt
|
|
|
15 |
- pytorch=2.3.1
|
16 |
- torchvision=0.18.1
|
17 |
- torchaudio=2.3.1
|
18 |
+
- pytorch-cuda=12.4
|
19 |
+
- cudnn
|
20 |
+
- libcublas
|
21 |
|
22 |
- pip:
|
23 |
- -r file:///app/gui/requirements.txt
|