alexnasa commited on
Commit
ce940a6
·
verified ·
1 Parent(s): 0ae4746

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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