Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ import subprocess
|
|
| 8 |
if not os.path.exists("ggml-model-q4_0.bin"):
|
| 9 |
open("ggml-model-q4_0.bin", "wb").write(
|
| 10 |
requests.get(
|
| 11 |
-
"https://huggingface.co/
|
| 12 |
).content
|
| 13 |
)
|
| 14 |
else:
|
|
|
|
| 8 |
if not os.path.exists("ggml-model-q4_0.bin"):
|
| 9 |
open("ggml-model-q4_0.bin", "wb").write(
|
| 10 |
requests.get(
|
| 11 |
+
"https://huggingface.co/birdup/pygmalion-7b-q5_1-ggml-v5/resolve/main/pygmalion-7b-q5_1-ggml-v5.bin"
|
| 12 |
).content
|
| 13 |
)
|
| 14 |
else:
|