PΛBLØ ᄃΞ commited on
Commit
5621476
·
unverified ·
1 Parent(s): d2d755b

Update app.py

Browse files

Mistral-Small-24B-Instruct-exl2

Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -22,9 +22,8 @@ snapshot_download(
22
  local_dir = "./models/Mistral-7B-instruct-exl2"
23
  )
24
  snapshot_download(
25
- repo_id="turboderp/Llama-3-70B-Instruct-exl2",
26
- revision="4.0bpw",
27
- local_dir = "./models/Llama-3-70B-Instruct-exl2"
28
  )
29
 
30
  css = """
@@ -276,4 +275,4 @@ demo = gr.ChatInterface(
276
  )
277
 
278
  if __name__ == "__main__":
279
- demo.launch(allowed_paths=["https://huggingface.co/spaces/pabloce/llama-cpp-agent/resolve/main/llama.jpg"])
 
22
  local_dir = "./models/Mistral-7B-instruct-exl2"
23
  )
24
  snapshot_download(
25
+ repo_id="DeusImperator/Mistral-Small-24B-Instruct-2501_exl2_6.5bpw_L",
26
+ local_dir = "./models/Mistral-Small-24B-Instruct-exl2"
 
27
  )
28
 
29
  css = """
 
275
  )
276
 
277
  if __name__ == "__main__":
278
+ demo.launch(allowed_paths=["https://huggingface.co/spaces/pabloce/llama-cpp-agent/resolve/main/llama.jpg"])