Update README.md
Browse files
README.md
CHANGED
@@ -3709,7 +3709,7 @@ images = [
|
|
3709 |
|
3710 |
|
3711 |
gme = AutoModel.from_pretrained(
|
3712 |
-
|
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 |
|