erax commited on
Commit
775fda0
·
verified ·
1 Parent(s): 4636d03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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-V2.0` like this:
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-V2.0"
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-V2.0/" target="_blank">EraX Github</a></b>
 
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>