Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
torch==2.1.0
|
2 |
-
torchvision==0.16.0
|
3 |
-
torchaudio==2.1.0
|
|
|
4 |
|
5 |
pytorch-lightning==2.1.2
|
6 |
gradio==3.41.2
|
@@ -20,7 +21,7 @@ bitsandbytes
|
|
20 |
imageio[ffmpeg]
|
21 |
xatlas
|
22 |
plyfile
|
23 |
-
git+https://github.com/NVlabs/nvdiffrast
|
24 |
PyGLM==2.7.0
|
25 |
open3d
|
26 |
onnxruntime
|
|
|
1 |
+
torch==2.1.0
|
2 |
+
torchvision==0.16.0
|
3 |
+
torchaudio==2.1.0
|
4 |
+
-f https://download.pytorch.org/whl/cu118
|
5 |
|
6 |
pytorch-lightning==2.1.2
|
7 |
gradio==3.41.2
|
|
|
21 |
imageio[ffmpeg]
|
22 |
xatlas
|
23 |
plyfile
|
24 |
+
nvdiffrast @ git+https://github.com/NVlabs/nvdiffrast
|
25 |
PyGLM==2.7.0
|
26 |
open3d
|
27 |
onnxruntime
|