pabloce commited on
Commit
1f2d920
·
verified ·
1 Parent(s): a4f0ff1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ hf_hub_download(
19
  local_dir="./models"
20
  )
21
  hf_hub_download(
22
- repo_id="TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF",
23
- filename="mixtral-8x7b-instruct-v0.1.Q6_K.gguf",
24
  local_dir="./models"
25
  )
26
 
 
19
  local_dir="./models"
20
  )
21
  hf_hub_download(
22
+ repo_id="bartowski/Llama-3-8B-Instruct-262k-GGUF",
23
+ filename="Llama-3-8B-Instruct-262k-Q6_K.gguf",
24
  local_dir="./models"
25
  )
26