elungky commited on
Commit
f52a4d0
·
1 Parent(s): 8da02bd

Add cuda-toolkit and cuda-nvcc to Conda environment to provide nvcc for Transformer Engine compilation

Browse files
Files changed (1) hide show
  1. cosmos-predict1.yaml +2 -0
cosmos-predict1.yaml CHANGED
@@ -16,6 +16,8 @@ dependencies:
16
  # - torchaudio=2.3.1
17
  # - pytorch-cuda=12.1
18
  - cudnn
 
 
19
  # - libcublas
20
 
21
  - pip:
 
16
  # - torchaudio=2.3.1
17
  # - pytorch-cuda=12.1
18
  - cudnn
19
+ - cuda-toolkit=12.1
20
+ - cuda-nvcc=12.1
21
  # - libcublas
22
 
23
  - pip: