Skip to content

Commit

Permalink
Add triton v24.09 DLC version (#4369)
Browse files Browse the repository at this point in the history
  • Loading branch information
maaquib authored Oct 22, 2024
1 parent ef6d2cf commit d6cfc24
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit d6cfc24

Please sign in to comment.