Update app.py
Browse files
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-
|
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 |
)
|