Spaces:
Running
on
Zero
Running
on
Zero
PΛBLØ ᄃΞ
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ def respond(
|
|
125 |
):
|
126 |
global model
|
127 |
global cache
|
128 |
-
model_path = "models/Mistral-
|
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:
|