Spaces:
Paused
Paused
nroggendorff
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def predict(message, history):
|
|
13 |
trust_remote_code=True
|
14 |
)
|
15 |
model = AutoModelForCausalLM.from_pretrained(
|
16 |
-
"cognitivecomputations/dolphin-2.
|
17 |
torch_dtype="auto",
|
18 |
load_in_4bit=True,
|
19 |
trust_remote_code=True
|
|
|
13 |
trust_remote_code=True
|
14 |
)
|
15 |
model = AutoModelForCausalLM.from_pretrained(
|
16 |
+
"cognitivecomputations/dolphin-2.9.1-mixtral-1x22b",
|
17 |
torch_dtype="auto",
|
18 |
load_in_4bit=True,
|
19 |
trust_remote_code=True
|