ford442 commited on
Commit
20ab112
·
verified ·
1 Parent(s): f8f7d32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ os.system(f'{conda_bin}/conda activate base')
24
  os.system(f'{conda_bin}/conda install nvidia/label/cuda-12.4.0::cuda-toolkit')
25
  os.system(f'{conda_bin}/conda install pytorch::pytorch-cuda')
26
 
27
- subprocess.run(['pip3', 'install', '--pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124'])
28
 
29
  import random
30
  import uuid
 
24
  os.system(f'{conda_bin}/conda install nvidia/label/cuda-12.4.0::cuda-toolkit')
25
  os.system(f'{conda_bin}/conda install pytorch::pytorch-cuda')
26
 
27
+ #subprocess.run(['pip3', 'install', '--pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124'])
28
 
29
  import random
30
  import uuid