ownerEli commited on
Commit
4e851ed
·
verified ·
1 Parent(s): ebfdd51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ from qwen_vl_utils import process_vision_info
38
 
39
  # default: Load the model on the available device(s)
40
  model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
41
- "OpenGVLab/ScaleCUA-3B", torch_dtype="auto", device_map="auto"
42
  )
43
 
44
  min_pixels = 3136
 
38
 
39
  # default: Load the model on the available device(s)
40
  model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
41
+ "OpenGVLab/ScaleCUA-7B", torch_dtype="auto", device_map="auto"
42
  )
43
 
44
  min_pixels = 3136