Spaces:
Running
on
L40S
Running
on
L40S
update
Browse files- pre-requirements.txt +2 -0
- requirements.txt +0 -1
pre-requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
torch==2.1.0
|
2 |
torchvision==0.16.0
|
3 |
xformers==0.0.22.post7
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
|
3 |
torch==2.1.0
|
4 |
torchvision==0.16.0
|
5 |
xformers==0.0.22.post7
|
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
torch-scatter
|
2 |
ninja
|
3 |
huggingface_hub==0.25.0
|
4 |
-
git+https://github.com/NVlabs/nvdiffrast
|
5 |
git+https://github.com/facebookresearch/pytorch3d.git
|
6 |
git+https://github.com/Baijiong-Lin/LoRA-Torch
|
7 |
git+https://github.com/facebookresearch/segment-anything.git
|
|
|
1 |
torch-scatter
|
2 |
ninja
|
3 |
huggingface_hub==0.25.0
|
|
|
4 |
git+https://github.com/facebookresearch/pytorch3d.git
|
5 |
git+https://github.com/Baijiong-Lin/LoRA-Torch
|
6 |
git+https://github.com/facebookresearch/segment-anything.git
|