Spaces:
Build error
Build error
Attempt to fix torchvision::nms error by adding cudnn and libcublas to conda dependencies
Browse files- cosmos-predict1.yaml +4 -2
cosmos-predict1.yaml
CHANGED
@@ -16,15 +16,17 @@ dependencies:
|
|
16 |
- torchvision=0.18.1
|
17 |
- torchaudio=2.3.1
|
18 |
- pytorch-cuda=12.1
|
|
|
|
|
19 |
|
20 |
- pip:
|
21 |
- -r file:///app/gui/requirements.txt
|
22 |
- uvicorn[standard]
|
23 |
- fastapi
|
24 |
-
- git+https://github.com/microsoft/MoGe.git
|
25 |
- einops
|
26 |
- omegaconf
|
27 |
- diffusers
|
28 |
- megatron
|
29 |
- IPython
|
30 |
-
- megatron.core
|
|
|
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
|
24 |
- uvicorn[standard]
|
25 |
- fastapi
|
26 |
+
- git+https://github.com/microsoft/MoGe.git
|
27 |
- einops
|
28 |
- omegaconf
|
29 |
- diffusers
|
30 |
- megatron
|
31 |
- IPython
|
32 |
+
- megatron.core
|