elungky commited on
Commit
9ec2085
·
1 Parent(s): d708e6e

Attempt to fix torchvision::nms error by aligning pytorch-cuda to 12.4

Browse files
Files changed (1) hide show
  1. 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.1
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