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

Update app.py

Browse files

Mistral-Nemo-Instruct-12B-exl2

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,7 +23,7 @@ snapshot_download(
23
  )
24
  snapshot_download(
25
  repo_id="turboderp/Mistral-Nemo-Instruct-12B-exl2",
26
- revision="8.0bpw",
27
  local_dir = "./models/Mistral-Nemo-Instruct-12B-exl2"
28
  )
29
  # snapshot_download(
@@ -130,7 +130,7 @@ def respond(
130
  ):
131
  global model
132
  global cache
133
- model_path = "models/Mistral-7B-instruct-exl2/"
134
  # Set up the model configuration
135
  config = ExLlamaV2Config(model_path)
136
  if model is None or cache is None:
 
23
  )
24
  snapshot_download(
25
  repo_id="turboderp/Mistral-Nemo-Instruct-12B-exl2",
26
+ revision="4.0bpw",
27
  local_dir = "./models/Mistral-Nemo-Instruct-12B-exl2"
28
  )
29
  # snapshot_download(
 
130
  ):
131
  global model
132
  global cache
133
+ model_path = "models/Mistral-Nemo-Instruct-12B-exl2/"
134
  # Set up the model configuration
135
  config = ExLlamaV2Config(model_path)
136
  if model is None or cache is None: