Spaces:
Build error
Build error
Add cuda-toolkit and cuda-nvcc to Conda environment to provide nvcc for Transformer Engine compilation
Browse files- 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:
|