izhx commited on
Commit
40ed72b
·
verified ·
1 Parent(s): b8307cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -3709,7 +3709,7 @@ images = [
3709
 
3710
 
3711
  gme = AutoModel.from_pretrained(
3712
- model_path,
3713
  torch_dtype="float16", device_map='cuda', trust_remote_code=True
3714
  )
3715
 
 
3709
 
3710
 
3711
  gme = AutoModel.from_pretrained(
3712
+ "Alibaba-NLP/gme-Qwen2-VL-2B-Instruct",
3713
  torch_dtype="float16", device_map='cuda', trust_remote_code=True
3714
  )
3715