new
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
torch==2.1.
|
2 |
-
torchvision==0.16.
|
3 |
-
torchaudio==2.1.
|
4 |
-
-f https://download.pytorch.org/whl/cu121
|
5 |
|
6 |
pytorch-lightning==2.1.2
|
7 |
-
gradio==4.
|
8 |
einops
|
9 |
omegaconf
|
10 |
torchmetrics
|
@@ -21,11 +21,12 @@ bitsandbytes
|
|
21 |
imageio[ffmpeg]
|
22 |
xatlas
|
23 |
plyfile
|
24 |
-
nvdiffrast @ git+https://github.com/NVlabs/nvdiffrast
|
|
|
25 |
PyGLM==2.7.0
|
26 |
open3d
|
27 |
onnxruntime
|
28 |
-
xformers==0.0.
|
29 |
ninja
|
30 |
triton
|
31 |
huggingface-hub==0.25.2
|
|
|
1 |
+
torch==2.1.0+cu121
|
2 |
+
torchvision==0.16.0+cu121
|
3 |
+
torchaudio==2.1.0+cu121
|
4 |
+
# -f https://download.pytorch.org/whl/cu121
|
5 |
|
6 |
pytorch-lightning==2.1.2
|
7 |
+
gradio==4.32.0
|
8 |
einops
|
9 |
omegaconf
|
10 |
torchmetrics
|
|
|
21 |
imageio[ffmpeg]
|
22 |
xatlas
|
23 |
plyfile
|
24 |
+
# nvdiffrast @ git+https://github.com/NVlabs/nvdiffrast
|
25 |
+
nvdiffrast==0.3.1
|
26 |
PyGLM==2.7.0
|
27 |
open3d
|
28 |
onnxruntime
|
29 |
+
xformers==0.0.22.post7
|
30 |
ninja
|
31 |
triton
|
32 |
huggingface-hub==0.25.2
|