Spaces:
Running
on
Zero
Running
on
Zero
PΛBLØ ᄃΞ
commited on
Update app.py
Browse filesMistral-Nemo-Instruct-12B-exl2
app.py
CHANGED
@@ -23,7 +23,7 @@ snapshot_download(
|
|
23 |
)
|
24 |
snapshot_download(
|
25 |
repo_id="turboderp/Mistral-Nemo-Instruct-12B-exl2",
|
26 |
-
revision="
|
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-
|
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:
|