cicdatopea commited on
Commit
0b5077e
·
verified ·
1 Parent(s): 542f2a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ vl_gpt: DeepseekVLV2ForCausalLM = AutoModelForCausalLM.from_pretrained(
28
  model_path,
29
  trust_remote_code=True,
30
  device_map="auto",
31
- torch_dtype="auto",
32
  )
33
  vl_gpt = vl_gpt.eval()
34
 
 
28
  model_path,
29
  trust_remote_code=True,
30
  device_map="auto",
31
+ torch_dtype=torch.float16,
32
  )
33
  vl_gpt = vl_gpt.eval()
34