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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def respond(
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:
 
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: