Skip to content

Commit

Permalink
Update README.md and versions post 24.06
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nv committed Jun 26, 2024
1 parent f7bc103 commit 7ca129d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
ARG BASE_IMAGE=nvcr.io/nvidia/tritonserver:24.06-py3
ARG TRITONSDK_BASE_IMAGE=nvcr.io/nvidia/tritonserver:24.06-py3-sdk

ARG MODEL_ANALYZER_VERSION=1.41.0
ARG MODEL_ANALYZER_CONTAINER_VERSION=24.06
ARG MODEL_ANALYZER_VERSION=1.42.0dev
ARG MODEL_ANALYZER_CONTAINER_VERSION=24.07dev
FROM ${TRITONSDK_BASE_IMAGE} as sdk

FROM $BASE_IMAGE
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ limitations under the License.
> ##### LATEST RELEASE
>
> You are currently on the `main` branch which tracks under-development progress towards the next release. <br>
> The latest release of the Triton Model Analyzer is 1.40.0 and is available on branch
> [r24.05](https://github.com/triton-inference-server/model_analyzer/tree/r24.05).
> The latest release of the Triton Model Analyzer is 1.41.0 and is available on branch
> [r24.06](https://github.com/triton-inference-server/model_analyzer/tree/r24.06).
Triton Model Analyzer is a CLI tool which can help you find a more optimal configuration, on a given piece of hardware, for single, multiple, ensemble, or BLS models running on a [Triton Inference Server](https://github.com/triton-inference-server/server/). Model Analyzer will also generate reports to help you better understand the trade-offs of the different configurations along with their compute and memory requirements.
<br><br>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.41.0
1.42.0dev

0 comments on commit 7ca129d

Please sign in to comment.