Text Generation
PEFT
Safetensors
mistral
conversational
Eval Results
dfurman commited on
Commit
169626f
1 Parent(s): 9444756

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -80,7 +80,7 @@ tokenizer = AutoTokenizer.from_pretrained(
80
 
81
  model = AutoModelForCausalLM.from_pretrained(
82
  config.base_model_name_or_path,
83
- torch_dtype=torch.float16,
84
  device_map="auto",
85
  trust_remote_code=True,
86
  )
 
80
 
81
  model = AutoModelForCausalLM.from_pretrained(
82
  config.base_model_name_or_path,
83
+ torch_dtype=torch.bfloat16,
84
  device_map="auto",
85
  trust_remote_code=True,
86
  )