Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,6 +64,8 @@ def sh(cmd_list, extra_env=None):
|
|
| 64 |
|
| 65 |
# install with FORCE_CUDA=1
|
| 66 |
sh(["pip", "install", "diso"], {"FORCE_CUDA": "1"})
|
|
|
|
|
|
|
| 67 |
|
| 68 |
|
| 69 |
# tell Python to re-scan site-packages now that the egg-link exists
|
|
|
|
| 64 |
|
| 65 |
# install with FORCE_CUDA=1
|
| 66 |
sh(["pip", "install", "diso"], {"FORCE_CUDA": "1"})
|
| 67 |
+
sh(["pip", "install", "torch-cluster", "-f", "https://data.pyg.org/whl/torch-2.7.0+126.html"])
|
| 68 |
+
|
| 69 |
|
| 70 |
|
| 71 |
# tell Python to re-scan site-packages now that the egg-link exists
|