Spaces:
Sleeping
Sleeping
Commit
·
f2df5a6
1
Parent(s):
09fabad
update model
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
7 |
"""
|
8 |
llm = Llama.from_pretrained(
|
9 |
repo_id="rcarioniporras/model",
|
10 |
-
filename="
|
11 |
verbose=False
|
12 |
)
|
13 |
|
|
|
7 |
"""
|
8 |
llm = Llama.from_pretrained(
|
9 |
repo_id="rcarioniporras/model",
|
10 |
+
filename="*Q4_K_M.gguf",
|
11 |
verbose=False
|
12 |
)
|
13 |
|