You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library to know about the Tensorflow 2.9 inference image and for sagemaker.image_uris.retrieve('tensorflow', 'eu-west-1', image_scope='inference', version='2.9', instance_type='ml.m5.large') to return '763104351884.dkr.ecr.eu-west-1.amazonaws.com/tensorflow-inference:2.9-cpu'
Screenshots or logs
See replication steps above.
System information
A description of your system. Please provide:
SageMaker Python SDK version: 2.99.0
Framework name (eg. PyTorch) or algorithm (eg. KMeans): Tensorflow
Framework version: 2.9
Python version: n/a
CPU or GPU: n/a
Custom Docker image (Y/N): N
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hi @plumdog - thank you for reporting this issue. The sagemaker python SDK is unfortunately not updated with the TF2.9 images, though a PR is open to remedy the issue. We hope to get this in as soon as possible. In the meantime, if you are blocked on deploying a TF 2.9 model, you can use the "image_uri" parameter in the sagemaker model class to deploy TF2.9 models, and you can reference the same image URI you posted in this issue.
Please let us know if there is any further info we can provide you in the short term - we will update this issue immediately after merging the TF2.9 image URI config changes.
Describe the bug
Tensorflow 2.9 inference image is reported as not available by this library, but does exist in registries.
To reproduce
But then, pulling images directly with Docker:
So the images exist in the registries and I am able to pull them, but this library doesn't know about them. This tracks with the current state of https://github.com/aws/sagemaker-python-sdk/blob/b4f05b86a90f4ae202ad7f9b048922ab490731fe/src/sagemaker/image_uri_config/tensorflow.json, which lists 2.9 as a training image, but not as an inference image.
Expected behavior
This library to know about the Tensorflow 2.9 inference image and for
sagemaker.image_uris.retrieve('tensorflow', 'eu-west-1', image_scope='inference', version='2.9', instance_type='ml.m5.large')
to return'763104351884.dkr.ecr.eu-west-1.amazonaws.com/tensorflow-inference:2.9-cpu'
Screenshots or logs
See replication steps above.
System information
A description of your system. Please provide:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: