giux78 commited on
Commit
b4978a8
1 Parent(s): d816c9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -9,8 +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,
16
  )
 
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
  n_ctx=4086,
15
  )