docs(versions): Update README and versions for r26.05#1023
Merged
Conversation
VERSION 1.54.0dev -> 1.54.0. Dockerfile MODEL_ANALYZER_VERSION and
MODEL_ANALYZER_CONTAINER_VERSION ARGs drop the dev suffix. Bump
nvcr.io/nvidia/tritonserver tag references from 26.04-py3* to
26.05-py3* and r26.04 server doc links to r26.05 across README,
helm-chart/values.yaml, docs/{bls,ensemble,mm,quick}_quick_start.md,
docs/config.md, docs/kubernetes_deploy.md, and
model_analyzer/config/input/config_defaults.py.
Refs TRI-1048
20 tasks
whoisj
approved these changes
May 13, 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.
Summary
Code-freeze release bump for Triton Model Analyzer's
r26.05branch.VERSION1.54.0dev → 1.54.0DockerfileMODEL_ANALYZER_VERSIONandMODEL_ANALYZER_CONTAINER_VERSIONARGs drop thedevsuffix and align with the Triton 26.05 train.nvcr.io/nvidia/tritonservertag references from26.04-py3*to26.05-py3*andr26.04server doc links tor26.05acrossREADME.md,helm-chart/values.yaml,docs/{bls,ensemble,mm,quick}_quick_start.md,docs/config.md,docs/kubernetes_deploy.md, andmodel_analyzer/config/input/config_defaults.py.Mirrors the prior r26.04 release commit
5b281a7 docs(versions): Update README and versions (#1017).Related PRs
Test plan
git grep -nE "26\.0[34]|r26\.04|1\.54\.0dev|26\.05dev"returns no hits.cat VERSIONshows1.54.0(nodev).Related Issues