Spaces:
Build error
Build error
Install MoGe from Git repository as specified in INSTALL.md
Browse files- cosmos-predict1.yaml +6 -15
cosmos-predict1.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: cosmos-predict1
|
2 |
channels:
|
3 |
-
- pytorch
|
4 |
-
- nvidia
|
5 |
- conda-forge
|
6 |
- defaults
|
7 |
dependencies:
|
@@ -11,23 +11,14 @@ dependencies:
|
|
11 |
- ninja
|
12 |
- gcc=12.4.0
|
13 |
- gxx=12.4.0
|
14 |
-
|
15 |
-
# Let pytorch-cuda manage its own CUDA libraries.
|
16 |
-
# - cuda=12.4
|
17 |
-
# - cuda-nvcc=12.4
|
18 |
-
# - cuda-toolkit=12.4
|
19 |
-
# Add PyTorch and Torchvision
|
20 |
- pytorch=2.3.1
|
21 |
- torchvision=0.18.1
|
22 |
- torchaudio=2.3.1
|
23 |
-
- pytorch-cuda=12.1
|
24 |
|
25 |
-
# Add pip dependencies directly in the YAML
|
26 |
- pip:
|
27 |
-
- -r file:///app/gui/requirements.txt
|
28 |
- uvicorn[standard]
|
29 |
- fastapi
|
30 |
-
-
|
31 |
-
# Add any other crucial top-level pip dependencies here if your project needs them
|
32 |
-
# Example: - accelerate
|
33 |
-
# Example: - transformers
|
|
|
1 |
name: cosmos-predict1
|
2 |
channels:
|
3 |
+
- pytorch
|
4 |
+
- nvidia
|
5 |
- conda-forge
|
6 |
- defaults
|
7 |
dependencies:
|
|
|
11 |
- ninja
|
12 |
- gcc=12.4.0
|
13 |
- gxx=12.4.0
|
14 |
+
|
|
|
|
|
|
|
|
|
|
|
15 |
- pytorch=2.3.1
|
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
|
|
|
|
|
|