Adding Offline and Online inference via vLLM Code
#8
by
hrithiksagar-tih
- opened
README.md
CHANGED
|
@@ -134,21 +134,12 @@ print(output_text)
|
|
| 134 |
If you find our work helpful, feel free to give us a cite.
|
| 135 |
|
| 136 |
```
|
| 137 |
-
@misc{
|
| 138 |
-
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
primaryClass={cs.CL},
|
| 144 |
-
url={https://arxiv.org/abs/2505.09388},
|
| 145 |
-
}
|
| 146 |
-
|
| 147 |
-
@article{Qwen2.5-VL,
|
| 148 |
-
title={Qwen2.5-VL Technical Report},
|
| 149 |
-
author={Bai, Shuai and Chen, Keqin and Liu, Xuejing and Wang, Jialin and Ge, Wenbin and Song, Sibo and Dang, Kai and Wang, Peng and Wang, Shijie and Tang, Jun and Zhong, Humen and Zhu, Yuanzhi and Yang, Mingkun and Li, Zhaohai and Wan, Jianqiang and Wang, Pengfei and Ding, Wei and Fu, Zheren and Xu, Yiheng and Ye, Jiabo and Zhang, Xi and Xie, Tianbao and Cheng, Zesen and Zhang, Hang and Yang, Zhibo and Xu, Haiyang and Lin, Junyang},
|
| 150 |
-
journal={arXiv preprint arXiv:2502.13923},
|
| 151 |
-
year={2025}
|
| 152 |
}
|
| 153 |
|
| 154 |
@article{Qwen2VL,
|
|
|
|
| 134 |
If you find our work helpful, feel free to give us a cite.
|
| 135 |
|
| 136 |
```
|
| 137 |
+
@misc{qwen2.5-VL,
|
| 138 |
+
title = {Qwen2.5-VL},
|
| 139 |
+
url = {https://qwenlm.github.io/blog/qwen2.5-vl/},
|
| 140 |
+
author = {Qwen Team},
|
| 141 |
+
month = {January},
|
| 142 |
+
year = {2025}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 143 |
}
|
| 144 |
|
| 145 |
@article{Qwen2VL,
|