DongHyunKim commited on
Commit
99d5983
·
verified ·
1 Parent(s): 85e1c61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -291,4 +291,12 @@ To speed up your inference, you can use the vLLM engine from [our repository](ht
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).
 
 
 
 
 
 
 
 
 
291
 
292
  Make sure to switch to the `v0.9.2rc2_hyperclovax_vision_seed` branch.
293
 
294
+ **Launch API server**:
295
+ - https://oss.navercorp.com/HYPERSCALE-AI-VISION/vllm/blob/main/README.md
296
+
297
+ **Request Example**:
298
+ - https://github.com/vllm-project/vllm/pull/20931#issue-3229161410
299
+
300
+ **Offline Inference Examples**:
301
+ - https://github.com/vllm-project/vllm/blob/main/examples/offline_inference/vision_language.py
302
+ - https://github.com/vllm-project/vllm/blob/main/examples/offline_inference/vision_language_multi_image.py