Update app.py
Browse files
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.
|
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')
|