nroggendorff commited on
Commit
0999dfb
·
verified ·
1 Parent(s): 3792f85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.8-mistral-7b-v02",
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