[Docs] Add Qwen2.5-VL guide for the TRT-LLM PyTorch backend, deprecate Llava1.5 guide - #169
Draft
faradawn wants to merge 5 commits into
Draft
Conversation
Add Popular_Models_Guide/Qwen2.5-VL/qwen2_5_vl_trtllm_guide.md, documenting how to serve a multimodal (vision) model on Triton via the TensorRT-LLM PyTorch backend through the llmapi backend. No engine build is required. Also add a deprecation banner to the Llava1.5 TensorRT-LLM guide, whose prebuilt-engine multimodal path is end-of-life as of TensorRT-LLM v1.2. The multimodal image_url input and triton_config.multimodal opt-in used by the new guide are added by NVIDIA/TensorRT-LLM#18381, which is not yet merged; the guide states this prominently. Signed-off-by: Faradawn Yang <73060648+faradawn@users.noreply.github.com>
all_models/llmapi/ holds exactly one model directory, so it can be used as a Triton model repository directly instead of copying files into a new one. Give the concrete clone and model.yaml commands, and add a curl example with the response it returns. Signed-off-by: Faradawn Yang <73060648+faradawn@users.noreply.github.com>
…rch-backend-guide
The backend now accepts only http(s) URLs and inline data URIs; local filesystem paths and file:// are rejected because the input is client-controlled. Document that and drop the local-path example. Signed-off-by: Faradawn Yang <73060648+faradawn@users.noreply.github.com>
The backend rejects local paths, file:// and data: URIs, so document the http(s)-only scope and drop the data-URI examples. Signed-off-by: Faradawn Yang <73060648+faradawn@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Can be merged after the code change: NVIDIA/TensorRT-LLM#18381 NVIDIA/TensorRT-LLM#18381
Related: triton-inference-server/server#8945