Update README.md
Browse files
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-
|
| 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
|