Skip to content

Commit 0b87b25

Browse files
committed
point to 0.8.3 branch
Signed-off-by: Roger Wang <[email protected]>
1 parent d7dff54 commit 0b87b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-04-05-llama4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ vllm serve meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8 \
5656
```
5757
**Multimodality:**
5858

59-
The Llama 4 models excel at image understanding up to 8-10 images. By default, vLLM server accepts 1 image per request. Please pass `--limit-mm-per-prompt image=10` to serve up to 10 images per request with OpenAI-compatible API. We also recommend checking out our multi-image offline inference example with Llama-4 [here](https://github.com/vllm-project/vllm/blob/main/examples/offline_inference/vision_language_multi_image.py).
59+
The Llama 4 models excel at image understanding up to 8-10 images. By default, vLLM server accepts 1 image per request. Please pass `--limit-mm-per-prompt image=10` to serve up to 10 images per request with OpenAI-compatible API. We also recommend checking out our multi-image offline inference example with Llama-4 [here](https://github.com/vllm-project/vllm/blob/v0.8.3/examples/offline_inference/vision_language_multi_image.py).
6060

6161
**Performance:**
6262

0 commit comments

Comments
 (0)