chore(versions): align tutorials examples with 26.08 release train - #167
Merged
Merged
Conversation
Bump Triton container tags and image refs 26.07 -> 26.08 across the conceptual guides, deployment examples and quick-deploy tutorials.
Greptile SummaryThis PR advances Triton container and derived-image references from the 26.07 to the 26.08 release train.
Confidence Score: 4/5The release bump should not merge until the Stable Diffusion builder and its updated 26.08 documentation select the same Triton base release. The tag updates are otherwise internally consistent, but the changed Stable Diffusion guide promises a 26.08-based image while its supplied build path still selects 24.08-py3. Files Needing Attention: Popular_Models_Guide/StableDiffusion/README.md and Popular_Models_Guide/StableDiffusion/build.sh Important Files Changed
Reviews (1): Last reviewed commit: "chore(versions): align tutorials example..." | Re-trigger Greptile |
Comment on lines
+60
to
+63
| `nvcr.io/nvidia/tritonserver:26.08-py3` docker image and [TensorRT OSS v10.4](https://github.com/NVIDIA/TensorRT/releases/tag/v10.4.0). | ||
|
|
||
| A set of convenience scripts are provided to create a docker image | ||
| based on the `nvcr.io/nvidia/tritonserver:26.07-py3` image with the | ||
| based on the `nvcr.io/nvidia/tritonserver:26.08-py3` image with the |
There was a problem hiding this comment.
10 tasks
yinggeh
approved these changes
Aug 20, 2026
yinggeh
approved these changes
Aug 20, 2026
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.
What does the PR do?
Bumps every Triton container tag and image ref in the tutorials from
26.07to26.08for the 26.08 release — 19 files, 39 lines.
Covers
tritonserver:26.07-{py3,py3-sdk,trtllm-python-py3,vllm-python-py3}tags acrossthe conceptual guides, Kubernetes deployment examples, quick-deploy tutorials and the
Python API build scripts, plus
r26.07→r26.08in derived image tags(
triton-python-api:r26.07*,tritonserver:r26.07-diffusion).Checklist
<commit_type>: <Title>Commit Type:
Related PRs:
Companion bumps: triton-inference-server/server#8932 and
triton-inference-server/model_analyzer#1035.
Where should the reviewer start?
Triton_Inference_Server_Python_API/—build.sh,docker/DockerfileandREADME.mdcarry bare
26.07-py3tags and a### Triton Inference Server 26.07 + Python APIheading that a
tritonserver:26.07find/replace alone would miss. The r26.07 bump(#155) changed those same lines.
Test plan:
pre-commit run --files <changed>passes on every changed file; no hook rewrote anything.Post-edit grep for
26.07across the repo returns nothing.Diffstat matches the r26.07 bump (chore(versions): align tutorials examples with 26.07 release train #155) file-for-file: 19 files, +39/-39.
CI Pipeline ID:
Caveats:
Docs-only; no tutorial was executed against the 26.08 containers as part of this change.
Background
Code-freeze step for the 26.08 release.
Related Issues: