Update app.py
Browse files
app.py
CHANGED
@@ -8,10 +8,10 @@ import torch
|
|
8 |
|
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')
|
16 |
|
17 |
import uuid
|
|
|
8 |
|
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')
|
16 |
|
17 |
import uuid
|