Spaces:
Running on A100
Running on A100
Commit ·
9b110d8
1
Parent(s): 86ef037
Update python version to 3.12 and use wheel URLs
Browse files- README.md +1 -0
- requirements.txt +2 -2
README.md
CHANGED
|
@@ -4,6 +4,7 @@ emoji: 🚀
|
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
|
|
|
| 7 |
sdk_version: 6.2.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
|
|
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
python_version: 3.12
|
| 8 |
sdk_version: 6.2.0
|
| 9 |
app_file: app.py
|
| 10 |
pinned: true
|
requirements.txt
CHANGED
|
@@ -13,7 +13,7 @@ torchvision==0.19.0
|
|
| 13 |
xformers==0.0.27.post2
|
| 14 |
spconv-cu121
|
| 15 |
https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.4.0_cu121/kaolin-0.18.0-cp312-cp312-linux_x86_64.whl
|
| 16 |
-
./wheels/utils3d-0.0.2-py3-none-any.whl
|
| 17 |
-
./wheels/diff_gaussian_rasterization-0.0.0-cp312-cp312-linux_x86_64.whl
|
| 18 |
git+https://github.com/nv-tlabs/vomp.git#egg=vomp
|
| 19 |
flash-attn
|
|
|
|
| 13 |
xformers==0.0.27.post2
|
| 14 |
spconv-cu121
|
| 15 |
https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.4.0_cu121/kaolin-0.18.0-cp312-cp312-linux_x86_64.whl
|
| 16 |
+
https://huggingface.co/spaces/rishitdagli/vomp-test/resolve/main/wheels/utils3d-0.0.2-py3-none-any.whl
|
| 17 |
+
https://huggingface.co/spaces/rishitdagli/vomp-test/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp312-cp312-linux_x86_64.whl
|
| 18 |
git+https://github.com/nv-tlabs/vomp.git#egg=vomp
|
| 19 |
flash-attn
|