[CI/Build][Doc] Update CI and Doc for VLM example changes (#6860)

This commit is contained in:
Roger Wang
2024-07-27 02:54:14 -07:00
committed by GitHub
parent a57d75821c
commit ecb33a28cb
2 changed files with 2 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ To pass an image to the model, note the following in :class:`vllm.inputs.PromptI
generated_text = o.outputs[0].text
print(generated_text)
A code example can be found in `examples/llava_example.py <https://github.com/vllm-project/vllm/blob/main/examples/llava_example.py>`_.
A code example can be found in `examples/offline_inference_vision_language.py <https://github.com/vllm-project/vllm/blob/main/examples/offline_inference_vision_language.py>`_.
Online OpenAI Vision API Compatible Inference