Skip to content

Commit d6cfc24

Browse files
authored
Add triton v24.09 DLC version (#4369)
1 parent ef6d2cf commit d6cfc24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

available_images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@ from sagemaker import image_uris
151151
152152
triton_framework = "sagemaker-tritonserver"
153153
region="us-west-2"
154-
version="24.01"
154+
version="24.09"
155155
instance_type="ml.g5.12xlarge"
156156
157157
uri = image_uris.retrieve(framework=triton_framework, region=region, version=version, instance_type=instance_type)
158158
```
159-
3. Available versions: `23.12`, `24.01`, `24.03` and `24.05`.
159+
3. Available versions: `23.12`, `24.01`, `24.03`, `24.05` and `24.09`.
160160

161161
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
162162

0 commit comments

Comments
 (0)