Spaces:
Sleeping
Sleeping
rosameliacarioni
commited on
Commit
·
f2a137b
1
Parent(s):
565913e
testing
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ For more information on huggingface_hub Inference API support, pleas
|
|
7 |
"""
|
8 |
|
9 |
llm = Llama.from_pretrained(
|
10 |
-
repo_id="rcarioniporras/
|
11 |
filename="unsloth.Q4_K_M.gguf",
|
12 |
)
|
13 |
|
|
|
7 |
"""
|
8 |
|
9 |
llm = Llama.from_pretrained(
|
10 |
+
repo_id="rcarioniporras/test_gguf_model",
|
11 |
filename="unsloth.Q4_K_M.gguf",
|
12 |
)
|
13 |
|