Spaces:
Running
on
Zero
Running
on
Zero
- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
--find-links https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt221/download.html
|
|
|
|
|
2 |
pytorch3d
|
|
|
|
|
3 |
accelerate
|
4 |
datasets
|
5 |
diffusers>=0.26.3
|
@@ -10,10 +14,8 @@ numba
|
|
10 |
numpy
|
11 |
git+https://github.com/NVlabs/nvdiffrast.git
|
12 |
omegaconf>=2.3.0
|
13 |
-
onnxruntime_gpu
|
14 |
opencv_python
|
15 |
opencv_python_headless
|
16 |
-
ort_nightly_gpu
|
17 |
peft
|
18 |
Pillow
|
19 |
pygltflib
|
|
|
1 |
--find-links https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt221/download.html
|
2 |
+
--find-links https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ort-cuda-12-nightly/pypi/simple/
|
3 |
+
--find-links https://pkgs.dev.azure.com/onnxruntime/onnxruntime/_packaging/onnxruntime-cuda-12/pypi/simple/
|
4 |
pytorch3d
|
5 |
+
ort_nightly_gpu==1.17.0.dev20240118002
|
6 |
+
onnxruntime_gpu==1.17.0
|
7 |
accelerate
|
8 |
datasets
|
9 |
diffusers>=0.26.3
|
|
|
14 |
numpy
|
15 |
git+https://github.com/NVlabs/nvdiffrast.git
|
16 |
omegaconf>=2.3.0
|
|
|
17 |
opencv_python
|
18 |
opencv_python_headless
|
|
|
19 |
peft
|
20 |
Pillow
|
21 |
pygltflib
|