nayohan commited on
Commit
e476f20
1 Parent(s): 42241bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_name)
31
  model = AutoModelForCausalLM.from_pretrained(
32
  model_name,
33
  device_map="auto",
34
- torch_dtype=torch.float16
35
  )
36
  ```
37
 
 
31
  model = AutoModelForCausalLM.from_pretrained(
32
  model_name,
33
  device_map="auto",
34
+ torch_dtype=torch.bfloat16
35
  )
36
  ```
37