Update README.md
Browse files
README.md
CHANGED
@@ -287,6 +287,8 @@ print("=" * 80)
|
|
287 |
- To ensure the highest level of image understanding performance, it is recommended to include additional information such as Optical Character Recognition (OCR) results and entity recognition (Lens). The provided usage examples are written under the assumption that OCR and Lens results are available. If you input data in this format, you can expect significantly improved output quality.
|
288 |
|
289 |
## vLLM
|
290 |
-
To speed up your inference, you can use the vLLM engine from [our repository](https://github.com/NAVER-Cloud-HyperCLOVA-X/vllm/tree/v0.9.2rc2_hyperclovax_vision_seed).
|
291 |
-
|
292 |
-
|
|
|
|
|
|
287 |
- To ensure the highest level of image understanding performance, it is recommended to include additional information such as Optical Character Recognition (OCR) results and entity recognition (Lens). The provided usage examples are written under the assumption that OCR and Lens results are available. If you input data in this format, you can expect significantly improved output quality.
|
288 |
|
289 |
## vLLM
|
290 |
+
To speed up your inference, you can use the vLLM engine from [our repository](https://github.com/NAVER-Cloud-HyperCLOVA-X/vllm/tree/v0.9.2rc2_hyperclovax_vision_seed).
|
291 |
+
|
292 |
+
Make sure to switch to the `v0.9.2rc2_hyperclovax_vision_seed` branch.
|
293 |
+
|
294 |
+
For more details, check out the README in [our repository](https://github.com/NAVER-Cloud-HyperCLOVA-X/vllm/tree/v0.9.2rc2_hyperclovax_vision_seed).
|