Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import os
|
|
| 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')
|
| 12 |
-
os.system('
|
| 13 |
|
| 14 |
import uuid
|
| 15 |
#import replicate
|
|
|
|
| 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')
|
| 12 |
+
os.system('apt-get install poppler-utils')
|
| 13 |
|
| 14 |
import uuid
|
| 15 |
#import replicate
|