giux78 commited on
Commit
d816c9c
1 Parent(s): 9eb0dec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from huggingface_hub import hf_hub_download
9
  zefiro = Llama(
10
  model_path=hf_hub_download(
11
  repo_id="giux78/zefiro-7b-beta-ITA-v0.1-GGUF",
12
- filename="zefiro-7b-beta-ITA-v0.1-q4_0.gguf
13
  ",
14
  ),
15
  n_ctx=4086,
 
9
  zefiro = Llama(
10
  model_path=hf_hub_download(
11
  repo_id="giux78/zefiro-7b-beta-ITA-v0.1-GGUF",
12
+ filename="zefiro-7b-beta-ITA-v0.1-q4_0.gguf"
13
  ",
14
  ),
15
  n_ctx=4086,