ericbanzuzi commited on
Commit
f2df5a6
·
1 Parent(s): 09fabad

update model

Browse files
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, 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="*Q4_K_M.gguf",
11
  verbose=False
12
  )
13