Update README.md
Browse files
README.md
CHANGED
@@ -249,7 +249,7 @@ python -m pip install qwen-vl-utils
|
|
249 |
pip install flash-attn --no-build-isolation
|
250 |
```
|
251 |
|
252 |
-
Then you can use `EraX-VL-2B-
|
253 |
```python
|
254 |
import os
|
255 |
import base64
|
@@ -263,7 +263,7 @@ import torch
|
|
263 |
from transformers import Qwen2VLForConditionalGeneration, AutoTokenizer, AutoProcessor
|
264 |
from qwen_vl_utils import process_vision_info
|
265 |
|
266 |
-
model_path = "erax/EraX-VL-2B-
|
267 |
|
268 |
model = Qwen2VLForConditionalGeneration.from_pretrained(
|
269 |
model_path,
|
@@ -361,4 +361,4 @@ print(output_text[0])
|
|
361 |
|
362 |
## Contact 🤝
|
363 |
- For correspondence regarding this work or inquiry for API trial, please contact Nguyễn Anh Nguyên at [[email protected]]([email protected]).
|
364 |
-
- Follow us on <b><a href="https://github.com/EraX-JS-Company/EraX-VL-2B-
|
|
|
249 |
pip install flash-attn --no-build-isolation
|
250 |
```
|
251 |
|
252 |
+
Then you can use `EraX-VL-2B-V1.5` like this:
|
253 |
```python
|
254 |
import os
|
255 |
import base64
|
|
|
263 |
from transformers import Qwen2VLForConditionalGeneration, AutoTokenizer, AutoProcessor
|
264 |
from qwen_vl_utils import process_vision_info
|
265 |
|
266 |
+
model_path = "erax/EraX-VL-2B-V1.5"
|
267 |
|
268 |
model = Qwen2VLForConditionalGeneration.from_pretrained(
|
269 |
model_path,
|
|
|
361 |
|
362 |
## Contact 🤝
|
363 |
- For correspondence regarding this work or inquiry for API trial, please contact Nguyễn Anh Nguyên at [[email protected]]([email protected]).
|
364 |
+
- Follow us on <b><a href="https://github.com/EraX-JS-Company/EraX-VL-2B-V1.5/" target="_blank">EraX Github</a></b>
|