rosameliacarioni commited on
Commit
565913e
·
1 Parent(s): 389bcc2

Update space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ For more information on ⁠ huggingface_hub ⁠ Inference API support, pleas
8
 
9
  llm = Llama.from_pretrained(
10
  repo_id="rcarioniporras/model",
11
- ffilename="unsloth.Q4_K_M.gguf",
12
  )
13
 
14
 
 
8
 
9
  llm = Llama.from_pretrained(
10
  repo_id="rcarioniporras/model",
11
+ filename="unsloth.Q4_K_M.gguf",
12
  )
13
 
14