Spaces:
Running
on
Zero
Running
on
Zero
- requirements.txt +3 -6
requirements.txt
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
-
--find-links https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt221/download.html
|
2 |
-
--
|
3 |
-
--
|
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
|
|
|
1 |
+
pytorch3d --find-links https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt221/download.html
|
2 |
+
ort_nightly_gpu==1.17.0.dev20240118002 --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ort-cuda-12-nightly/pypi/simple/
|
3 |
+
onnxruntime_gpu==1.17.0 --index-url https://pkgs.dev.azure.com/onnxruntime/onnxruntime/_packaging/onnxruntime-cuda-12/pypi/simple/
|
|
|
|
|
|
|
4 |
accelerate
|
5 |
datasets
|
6 |
diffusers>=0.26.3
|