2024-06-25 20:34:25 -07:00
|
|
|
"""An example showing how to use vLLM to serve VLMs.
|
|
|
|
|
|
|
|
Launch the vLLM server with the following command:
|
2024-08-31 16:35:53 -07:00
|
|
|
|
|
|
|
(single image inference with Llava)
|
2024-07-17 15:43:21 +08:00
|
|
|
vllm serve llava-hf/llava-1.5-7b-hf --chat-template template_llava.jinja
|
2024-08-31 16:35:53 -07:00
|
|
|
|
|
|
|
(multi-image inference with Phi-3.5-vision-instruct)
|
|
|
|
vllm serve microsoft/Phi-3.5-vision-instruct --max-model-len 4096 \
|
|
|
|
--trust-remote-code --limit-mm-per-prompt image=2
|
2024-06-25 20:34:25 -07:00
|
|
|
"""
|
|
|
|
import base64
|
|
|
|
|
|
|
|
import requests
|
|
|
|
from openai import OpenAI
|
|
|
|
|
|
|
|
# Modify OpenAI's API key and API base to use vLLM's API server.
|
|
|
|
openai_api_key = "EMPTY"
|
|
|
|
openai_api_base = "http://localhost:8000/v1"
|
|
|
|
|
|
|
|
client = OpenAI(
|
|
|
|
# defaults to os.environ.get("OPENAI_API_KEY")
|
|
|
|
api_key=openai_api_key,
|
|
|
|
base_url=openai_api_base,
|
|
|
|
)
|
|
|
|
|
|
|
|
models = client.models.list()
|
|
|
|
model = models.data[0].id
|
|
|
|
|
2024-09-05 18:51:53 +08:00
|
|
|
# Single-image input inference
|
2024-06-25 20:34:25 -07:00
|
|
|
image_url = "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg"
|
|
|
|
|
2024-09-05 18:51:53 +08:00
|
|
|
## Use image url in the payload
|
2024-06-25 20:34:25 -07:00
|
|
|
chat_completion_from_url = client.chat.completions.create(
|
|
|
|
messages=[{
|
|
|
|
"role":
|
|
|
|
"user",
|
|
|
|
"content": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
2024-09-25 13:29:32 -07:00
|
|
|
"text": "What's in this image?"
|
2024-06-25 20:34:25 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "image_url",
|
|
|
|
"image_url": {
|
|
|
|
"url": image_url
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
model=model,
|
2024-07-29 18:16:30 +08:00
|
|
|
max_tokens=64,
|
2024-06-25 20:34:25 -07:00
|
|
|
)
|
|
|
|
|
|
|
|
result = chat_completion_from_url.choices[0].message.content
|
2024-09-05 18:51:53 +08:00
|
|
|
print("Chat completion output:", result)
|
2024-06-25 20:34:25 -07:00
|
|
|
|
|
|
|
|
2024-09-05 18:51:53 +08:00
|
|
|
## Use base64 encoded image in the payload
|
2024-06-25 20:34:25 -07:00
|
|
|
def encode_image_base64_from_url(image_url: str) -> str:
|
|
|
|
"""Encode an image retrieved from a remote url to base64 format."""
|
|
|
|
|
|
|
|
with requests.get(image_url) as response:
|
|
|
|
response.raise_for_status()
|
|
|
|
result = base64.b64encode(response.content).decode('utf-8')
|
|
|
|
|
|
|
|
return result
|
|
|
|
|
|
|
|
|
|
|
|
image_base64 = encode_image_base64_from_url(image_url=image_url)
|
|
|
|
chat_completion_from_base64 = client.chat.completions.create(
|
|
|
|
messages=[{
|
|
|
|
"role":
|
|
|
|
"user",
|
|
|
|
"content": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
2024-09-25 13:29:32 -07:00
|
|
|
"text": "What's in this image?"
|
2024-06-25 20:34:25 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "image_url",
|
|
|
|
"image_url": {
|
|
|
|
"url": f"data:image/jpeg;base64,{image_base64}"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
model=model,
|
2024-07-29 18:16:30 +08:00
|
|
|
max_tokens=64,
|
2024-06-25 20:34:25 -07:00
|
|
|
)
|
|
|
|
|
|
|
|
result = chat_completion_from_base64.choices[0].message.content
|
|
|
|
print(f"Chat completion output:{result}")
|
2024-08-31 16:35:53 -07:00
|
|
|
|
|
|
|
# Multi-image input inference
|
|
|
|
image_url_duck = "https://upload.wikimedia.org/wikipedia/commons/d/da/2015_Kaczka_krzy%C5%BCowka_w_wodzie_%28samiec%29.jpg"
|
|
|
|
image_url_lion = "https://upload.wikimedia.org/wikipedia/commons/7/77/002_The_lion_king_Snyggve_in_the_Serengeti_National_Park_Photo_by_Giles_Laurent.jpg"
|
|
|
|
chat_completion_from_url = client.chat.completions.create(
|
|
|
|
messages=[{
|
|
|
|
"role":
|
|
|
|
"user",
|
|
|
|
"content": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"text": "What are the animals in these images?"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "image_url",
|
|
|
|
"image_url": {
|
|
|
|
"url": image_url_duck
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "image_url",
|
|
|
|
"image_url": {
|
|
|
|
"url": image_url_lion
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
model=model,
|
|
|
|
max_tokens=64,
|
|
|
|
)
|
|
|
|
|
|
|
|
result = chat_completion_from_url.choices[0].message.content
|
2024-09-05 18:51:53 +08:00
|
|
|
print("Chat completion output:", result)
|