Spaces:
Paused
Paused
nroggendorff
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def predict(message, history):
|
|
9 |
torch.set_default_device("cuda")
|
10 |
|
11 |
tokenizer = AutoTokenizer.from_pretrained(
|
12 |
-
"cognitivecomputations/dolphin-2.
|
13 |
trust_remote_code=True
|
14 |
)
|
15 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
9 |
torch.set_default_device("cuda")
|
10 |
|
11 |
tokenizer = AutoTokenizer.from_pretrained(
|
12 |
+
"cognitivecomputations/dolphin-2.9.1-mixtral-1x22b",
|
13 |
trust_remote_code=True
|
14 |
)
|
15 |
model = AutoModelForCausalLM.from_pretrained(
|