zamal commited on
Commit
07783a5
·
verified ·
1 Parent(s): 0494981

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import os
7
 
8
  # Example command to install a package (e.g., numpy)
9
  os.system("pip install bitsandbytes-cuda111")
 
10
 
11
 
12
 
 
7
 
8
  # Example command to install a package (e.g., numpy)
9
  os.system("pip install bitsandbytes-cuda111")
10
+ os.system("pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118")
11
 
12
 
13