Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ hf_hub_download(
|
|
16 |
)
|
17 |
hf_hub_download(
|
18 |
repo_id="bartowski/Mistral-7B-Instruct-v0.3-GGUF",
|
19 |
-
filename="Mistral-7B-Instruct-v0.3-
|
20 |
local_dir = "./models"
|
21 |
)
|
22 |
|
|
|
16 |
)
|
17 |
hf_hub_download(
|
18 |
repo_id="bartowski/Mistral-7B-Instruct-v0.3-GGUF",
|
19 |
+
filename="Mistral-7B-Instruct-v0.3-Q6_K.gguf",
|
20 |
local_dir = "./models"
|
21 |
)
|
22 |
|