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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def respond(
125
  ):
126
  global model
127
  global cache
128
- model_path = "models/Mistral-7B-instruct-exl2/"
129
  # Set up the model configuration
130
  config = ExLlamaV2Config(model_path)
131
  if model is None or cache is None:
 
125
  ):
126
  global model
127
  global cache
128
+ model_path = "models/Mistral-Nemo-Instruct-12B-exl2/"
129
  # Set up the model configuration
130
  config = ExLlamaV2Config(model_path)
131
  if model is None or cache is None: