kaifz commited on
Commit
e3a2c14
·
1 Parent(s): b3df09a
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -58,6 +58,8 @@ importlib.invalidate_caches()
58
  diff_gaussian_rasterization = importlib.import_module("diff_gaussian_rasterization")
59
 
60
  os.system('pip install --no-deps dgl -f https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html')
 
 
61
  os.system('pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu124')
62
  # os.system('conda install conda-forge::ffmpeg')
63
 
 
58
  diff_gaussian_rasterization = importlib.import_module("diff_gaussian_rasterization")
59
 
60
  os.system('pip install --no-deps dgl -f https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html')
61
+
62
+ os.system('pip uninstall torch torchvision torchaudio')
63
  os.system('pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu124')
64
  # os.system('conda install conda-forge::ffmpeg')
65