Skip to content

chore(versions): align tutorials examples with 26.08 release train (#167) - #168

Merged
mc-nv merged 1 commit into
mainfrom
mchornyi/TRI-1691/before-ngc-release-advance-master-branch-to-next-upstream-release
Sep 2, 2026
Merged

chore(versions): align tutorials examples with 26.08 release train (#167)#168
mc-nv merged 1 commit into
mainfrom
mchornyi/TRI-1691/before-ngc-release-advance-master-branch-to-next-upstream-release

Conversation

@mc-nv

@mc-nv mc-nv commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

What does the PR do?

  • Aligns the tutorial examples with the 26.08 release train.
  • main follows the train too, so this lands here as well as on r26.08 (precedent: 69217d9 for 26.06, d478e30 for 26.07).

Checklist

  • PR title reflects the change and is of format <commit_type>: <Title>
  • Changes are described in the pull request.
  • Related issues are referenced.
  • Populated github labels field
  • Added test plan and verified test passes.
  • Verified that the PR passes existing CI.
  • Verified copyright is correct on all changed files.
  • Added succinct git squash message before merging ref.
  • All template sections are filled out.
  • Optional: Additional screenshots for behavior/output changes with before/after.

Commit Type:

Check the conventional commit type
box here and add the label to the github PR.

  • build
  • ci
  • docs
  • feat
  • fix
  • perf
  • refactor
  • revert
  • style
  • test

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, with TRITON_NIGHTLY=1 and TRITON_SBSA=1.

  • Local verification: per-repo pre-commit run --files <changed> passes with no auto-fixes.

  • CI Pipeline ID:

Caveats:

  • Do not merge before the model-repository mount point is rotated: TRITON_SERVER_MODEL_REPO_VERSION derives from TRITON_CONTAINER_VERSION, so 26.09dev must 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)

  • Relates to: TRI-1691

)

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)
@greptile-apps

greptile-apps Bot commented Sep 1, 2026

Copy link
Copy Markdown

Greptile Summary

This PR aligns runnable tutorial examples with the Triton 26.08 release train.

  • Updates Triton server, SDK, vLLM, and TensorRT-LLM container references across conceptual, model, deployment, and quick-start guides.
  • Updates Python API build defaults and generated image tags to 26.08.
  • Keeps related Kubernetes benchmark and model-preparation pods on the same release version.

Confidence Score: 5/5

The 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

Filename Overview
Quick_Deploy/HuggingFaceTransformers/Dockerfile Updates the tutorial base image from Triton 26.07 to 26.08 with no other build changes.
Triton_Inference_Server_Python_API/build.sh Consistently updates primary and diffusion output tags to 26.08 within the changed build path.
Triton_Inference_Server_Python_API/docker/Dockerfile Updates the default Triton base image tag to 26.08.
Deployment/Kubernetes/EKS_Multinode_Triton_TRTLLM/multinode_helm_chart/containers/triton_trt_llm.containerfile Moves the EKS distributed-serving custom image onto the 26.08 TensorRT-LLM base.
Deployment/Kubernetes/EKS_Multinode_Triton_TRTLLM/multinode_helm_chart/gen_ai_perf.yaml Updates the benchmark pod to the matching 26.08 SDK image.
Feature_Guide/Speculative_Decoding/vLLM/README.md Updates the executable vLLM speculative-decoding command to use the 26.08 backend image.
Popular_Models_Guide/StableDiffusion/README.md Updates the documented Triton release reference to 26.08; no new actionable defect was established.

Reviews (1): Last reviewed commit: "chore(versions): align tutorials example..." | Re-trigger Greptile

@mc-nv
mc-nv merged commit 23a0d8d into main Sep 2, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cherry-pick Cherry-picked from another branch chore Maintenance work, no production code change (chore: PRs)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants