pabloce commited on
Commit
9ec4531
·
verified ·
1 Parent(s): c0ba86f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ hf_hub_download(
16
  )
17
  hf_hub_download(
18
  repo_id="bartowski/Mistral-7B-Instruct-v0.3-GGUF",
19
- filename="Mistral-7B-Instruct-v0.3-f32.gguf",
20
  local_dir = "./models"
21
  )
22
 
 
16
  )
17
  hf_hub_download(
18
  repo_id="bartowski/Mistral-7B-Instruct-v0.3-GGUF",
19
+ filename="Mistral-7B-Instruct-v0.3-Q6_K.gguf",
20
  local_dir = "./models"
21
  )
22