chore(versions): align tutorials examples with 26.08 release train (#167) - #168
Merged
mc-nv merged 1 commit intoSep 2, 2026
Conversation
) Bump Triton container tags and image refs 26.07 -> 26.08 across the conceptual guides, deployment examples and quick-deploy tutorials. (cherry picked from commit 3f3424f)
This was referenced Sep 1, 2026
Merged
mc-nv
marked this pull request as ready for review
September 1, 2026 19:19
Greptile SummaryThis PR aligns runnable tutorial examples with the Triton 26.08 release train.
Confidence Score: 5/5The PR appears safe to merge because the changed references and build tags consistently advance the affected tutorials to Triton 26.08. The diff is limited to coordinated release-tag updates, and investigation found no changed-code-triggered build, runtime, data, or security failure. Important Files Changed
Reviews (1): Last reviewed commit: "chore(versions): align tutorials example..." | Re-trigger Greptile |
yinggeh
approved these changes
Sep 1, 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?
mainfollows the train too, so this lands here as well as onr26.08(precedent:69217d9for 26.06,d478e30for 26.07).Checklist
<commit_type>: <Title>Commit Type:
Check the conventional commit type
box here and add the label to the github PR.
Related PRs:
Where should the reviewer start?
Quick_Deploy/HuggingFaceTransformers/Dockerfile— representative of the container-tag bumps across the 19 files.Test plan:
Full CI run on the internal pipeline at
TRITON_CONTAINER_VERSION=26.09dev_user, withTRITON_NIGHTLY=1andTRITON_SBSA=1.Local verification: per-repo
pre-commit run --files <changed>passes with no auto-fixes.CI Pipeline ID:
Caveats:
TRITON_SERVER_MODEL_REPO_VERSIONderives fromTRITON_CONTAINER_VERSION, so26.09devmust exist on the share first.Background
Post-release step of the 26.08 train: the default branches move onto the same upstream containers as the just-released
r26.08, and pick up the fixes that landed only on the release branch while it stabilised.Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)