TSjB commited on
Commit
53193bd
·
verified ·
1 Parent(s): 7b5dbad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ import torch
48
 
49
  model = AutoModelForCausalLM.from_pretrained(
50
  "TSjB/QM-4B",
51
- torch_dtype=torch.bfloat16,
52
  device_map="auto",
53
  trust_remote_code=True
54
  )
 
48
 
49
  model = AutoModelForCausalLM.from_pretrained(
50
  "TSjB/QM-4B",
51
+ dtype=torch.bfloat16,
52
  device_map="auto",
53
  trust_remote_code=True
54
  )