Spaces:
Sleeping
Sleeping
Commit
·
bc20f46
1
Parent(s):
ac0618d
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="unsloth.Q4_K_M.gguf",
|
11 |
verbose=False
|
12 |
)
|
13 |
|
|
|
7 |
"""
|
8 |
llm = Llama.from_pretrained(
|
9 |
repo_id="rcarioniporras/model",
|
10 |
+
filename="/home/user/.cache/huggingface/hub/models--rcarioniporras--model/snapshots/e28b97f87f828ecdc56fff0bf947ba9d0b2ed0e9/unsloth.Q4_K_M.gguf",
|
11 |
verbose=False
|
12 |
)
|
13 |
|