FinancialSupport commited on
Commit
1d2c828
1 Parent(s): 107d06b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ saiga = Llama(
17
  dante = Llama(
18
  model_path=hf_hub_download(
19
  repo_id="FinancialSupport/saiga-7b-gguf",
20
- filename="saiga-Dante-7b.Q4_K_M.gguf",
21
  ),
22
  n_ctx=4086,
23
  )
 
17
  dante = Llama(
18
  model_path=hf_hub_download(
19
  repo_id="FinancialSupport/saiga-7b-gguf",
20
+ filename="saiga-7b-dante-qlora.Q4_K_M.gguf",
21
  ),
22
  n_ctx=4086,
23
  )