Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/deploy_guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ vllm serve /path/to/step3-fp8 \
--reasoning-parser step3 \
--enable-auto-tool-choice \
--tool-call-parser step3 \
--gpu-memory-utilization 0.85 \
--max-num-batched-tokens 4096 \
--trust-remote-code \
```
Expand Down Expand Up @@ -223,4 +224,4 @@ print("Chat response:", chat_response)

```

Note: In our image preprocessing pipeline, we implement a multi-patch mechanism to handle large images. If the input image exceeds 728x728 pixels, the system will automatically apply image cropping logic to get patches of the image.
Note: In our image preprocessing pipeline, we implement a multi-patch mechanism to handle large images. If the input image exceeds 728x728 pixels, the system will automatically apply image cropping logic to get patches of the image.