vishwask commited on
Commit
2f7cbb4
·
1 Parent(s): ca28348

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import torch
9
 
10
 
11
  os.system('wget -q https://github.com/PanQiWei/AutoGPTQ/releases/download/v0.4.2/auto_gptq-0.4.2+cu118-cp310-cp310-linux_x86_64.whl')
12
- os.system('pip install -qqq auto_gptq-0.4.1+cu118-cp310-cp310-linux_x86_64.whl --progress-bar off')
13
 
14
  print(f"Is CUDA available: {torch.cuda.is_available()}")
15
  os.system('nvidia-smi')
 
9
 
10
 
11
  os.system('wget -q https://github.com/PanQiWei/AutoGPTQ/releases/download/v0.4.2/auto_gptq-0.4.2+cu118-cp310-cp310-linux_x86_64.whl')
12
+ os.system('pip install -qqq auto_gptq-0.4.2+cu118-cp310-cp310-linux_x86_64.whl --progress-bar off')
13
 
14
  print(f"Is CUDA available: {torch.cuda.is_available()}")
15
  os.system('nvidia-smi')