pabl-o-ce commited on
Commit
a1c883b
·
1 Parent(s): 8c81159

back mistral

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ model = None
17
  cache = None
18
 
19
  snapshot_download(
20
- repo_id="LoneStriker/Mistral-Small-Instruct-2409-8.0bpw-h8-exl2",
21
- revision="main",
22
  local_dir = "./models/Mistral-7B-instruct-exl2"
23
  )
24
  snapshot_download(
 
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(