rphrp1985 commited on
Commit
6e55996
·
verified ·
1 Parent(s): ac86284

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ model_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
24
 
25
  tokenizer = AutoTokenizer.from_pretrained(model_id, token= token)
26
 
27
- model = AutoModelForCausalLM.from_pretrained(model_id, token= token, torch_dtype=torch.bfloat8,)
28
 
29
 
30
 
 
24
 
25
  tokenizer = AutoTokenizer.from_pretrained(model_id, token= token)
26
 
27
+ model = AutoModelForCausalLM.from_pretrained(model_id, token= token, torch_dtype=torch.bfloat16,)
28
 
29
 
30