Update app.py
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ sys.modules['sqlite3'] = sys.modules.pop('pysqlite3')
|
|
| 6 |
|
| 7 |
import os
|
| 8 |
|
|
|
|
| 9 |
|
| 10 |
os.system('wget -q https://github.com/PanQiWei/AutoGPTQ/releases/download/v0.4.1/auto_gptq-0.4.1+cu118-cp310-cp310-linux_x86_64.whl')
|
| 11 |
os.system('pip install -qqq auto_gptq-0.4.1+cu118-cp310-cp310-linux_x86_64.whl --progress-bar off')
|
|
|
|
| 6 |
|
| 7 |
import os
|
| 8 |
|
| 9 |
+
print(os.getcwd())
|
| 10 |
|
| 11 |
os.system('wget -q https://github.com/PanQiWei/AutoGPTQ/releases/download/v0.4.1/auto_gptq-0.4.1+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')
|