nroggendorff commited on
Commit
3792f85
·
verified ·
1 Parent(s): 757022d

Update app.py

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