PΛBLØ ᄃΞ commited on
Commit
f5272b0
·
unverified ·
1 Parent(s): 7793a47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -17,12 +17,13 @@ model = None
17
  cache = None
18
 
19
  snapshot_download(
20
- repo_id="bartowski/Mistral-7B-Instruct-v0.3-exl2",
21
- revision="8_0",
22
- local_dir = "./models/Mistral-7B-instruct-exl2"
23
  )
24
  snapshot_download(
25
  repo_id="MikeRoz/mistralai_Mistral-Small-24B-Instruct-2501-6.0bpw-h6-exl2",
 
26
  local_dir = "./models/Mistral-Small-24B-Instruct-exl2"
27
  )
28
 
 
17
  cache = None
18
 
19
  snapshot_download(
20
+ repo_id="turboderp/Mistral-Nemo-Instruct-12B-exl2",
21
+ revision="8_0bpw",
22
+ local_dir = "./models/Mistral-Nemo-Instruct-12B-exl2"
23
  )
24
  snapshot_download(
25
  repo_id="MikeRoz/mistralai_Mistral-Small-24B-Instruct-2501-6.0bpw-h6-exl2",
26
+ revision="main",
27
  local_dir = "./models/Mistral-Small-24B-Instruct-exl2"
28
  )
29