Update README.md
Browse files
README.md
CHANGED
@@ -3695,7 +3695,7 @@ The `GME` models support three types of input: **text**, **image**, and **image-
|
|
3695 |
**Use with custom code**
|
3696 |
|
3697 |
```python
|
3698 |
-
# You can find the script gme_inference.py in https://huggingface.co/Alibaba-NLP/gme-
|
3699 |
from gme_inference import GmeQwen2VL
|
3700 |
|
3701 |
model = GmeQwen2VL('Alibaba-NLP/gme-Qwen2-VL-7B-Instruct')
|
|
|
3695 |
**Use with custom code**
|
3696 |
|
3697 |
```python
|
3698 |
+
# You can find the script gme_inference.py in https://huggingface.co/Alibaba-NLP/gme-Qwen2-VL-2B-Instruct/blob/main/gme_inference.py
|
3699 |
from gme_inference import GmeQwen2VL
|
3700 |
|
3701 |
model = GmeQwen2VL('Alibaba-NLP/gme-Qwen2-VL-7B-Instruct')
|