Skip to content

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

Merged
mc-nv merged 1 commit into
r26.08from
mchornyi/TRI-1679/update-r26.08-readme-versions
Aug 20, 2026
Merged

chore(versions): align tutorials examples with 26.08 release train#167
mc-nv merged 1 commit into
r26.08from
mchornyi/TRI-1679/update-r26.08-readme-versions

Conversation

@mc-nv

@mc-nv mc-nv commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

What does the PR do?

Bumps every Triton container tag and image ref in the tutorials from 26.07 to 26.08
for the 26.08 release — 19 files, 39 lines.

Covers tritonserver:26.07-{py3,py3-sdk,trtllm-python-py3,vllm-python-py3} tags across
the conceptual guides, Kubernetes deployment examples, quick-deploy tutorials and the
Python API build scripts, plus r26.07r26.08 in derived image tags
(triton-python-api:r26.07*, tritonserver:r26.07-diffusion).

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.
  • All template sections are filled out.

Commit Type:

  • chore

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/Dockerfile and README.md
carry bare 26.07-py3 tags and a ### Triton Inference Server 26.07 + Python API
heading that a tritonserver:26.07 find/replace alone would miss. The r26.07 bump
(#155) changed those same lines.

Test plan:

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:

  • Relates to TRI-1679

Bump Triton container tags and image refs 26.07 -> 26.08 across the
conceptual guides, deployment examples and quick-deploy tutorials.
@mc-nv mc-nv self-assigned this Aug 20, 2026
@greptile-apps

greptile-apps Bot commented Aug 20, 2026

Copy link
Copy Markdown

Greptile Summary

This PR advances Triton container and derived-image references from the 26.07 to the 26.08 release train.

  • Updates server, SDK, TensorRT-LLM, and vLLM image references in tutorial documentation and Kubernetes examples.
  • Updates Python API build defaults and derived image tags to r26.08.
  • Leaves the Stable Diffusion build implementation on its older 24.08 base despite documenting 26.08.

Confidence Score: 4/5

The 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

Filename Overview
Triton_Inference_Server_Python_API/build.sh Updates the Python API and diffusion-derived tags consistently; the intermediate image producer and consumers remain aligned.
Popular_Models_Guide/StableDiffusion/README.md Changes the documented base to 26.08, but the associated build script continues to build from 24.08-py3.
Deployment/Kubernetes/EKS_Multinode_Triton_TRTLLM/multinode_helm_chart/gen_ai_perf.yaml Mechanically updates the SDK image tag to 26.08 without changing workload behavior or security configuration.
Quick_Deploy/HuggingFaceTransformers/Dockerfile Updates the Triton base image to 26.08 while preserving the existing dependency installation.

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Documented diffusion base stays stale

When a user follows this updated guide, the supplied build script still passes 24.08-py3 as its base image while the changed documentation promises 26.08-py3, causing the resulting diffusion image to omit the documented 26.08 release contents.

@mc-nv mc-nv added the chore Maintenance work, no production code change (chore: PRs) label Aug 20, 2026
@mc-nv
mc-nv merged commit 3f3424f into r26.08 Aug 20, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance work, no production code change (chore: PRs)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants