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