Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
•
df81c3a
1
Parent(s):
8afcc54
Update
Browse files
app.py
CHANGED
@@ -201,7 +201,7 @@ repo_id = "TheBloke/mpt-30B-chat-GGML"
|
|
201 |
model_filename = "mpt-30b-chat.ggmlv0.q4_1.bin"
|
202 |
destination_folder = "models"
|
203 |
|
204 |
-
|
205 |
|
206 |
logger.info("done dl")
|
207 |
|
|
|
201 |
model_filename = "mpt-30b-chat.ggmlv0.q4_1.bin"
|
202 |
destination_folder = "models"
|
203 |
|
204 |
+
download_mpt_quant(destination_folder, repo_id, model_filename)
|
205 |
|
206 |
logger.info("done dl")
|
207 |
|