Skip to content

Add triton v24.09 DLC version to available images #4369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions available_images.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ from sagemaker import image_uris

triton_framework = "sagemaker-tritonserver"
region="us-west-2"
version="24.01"
version="24.09"
instance_type="ml.g5.12xlarge"

uri = image_uris.retrieve(framework=triton_framework, region=region, version=version, instance_type=instance_type)
```
3. Available versions: `23.12`, `24.01`, `24.03` and `24.05`.
3. Available versions: `23.12`, `24.01`, `24.03`, `24.05` and `24.09`.

The Sagemaker Triton inference containers are built on top of the NGC containers with SageMaker support. To identify the python version and versions for other packages please refer to the corresponding official release notes for the specific version here: https://docs.nvidia.com/deeplearning/triton-inference-server/release-notes/index.html

Expand Down
Loading