rosameliacarioni commited on
Commit
f2a137b
·
1 Parent(s): 565913e
Files changed (1) hide show
  1. app.py +1 -1
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/model",
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