Are Graviton instance types not supported for SageMaker multimodel endpoints?

0

I am trying to create a multimodel endpoint using an ml.c7g.xlarge instance type. The error I get is: “MultiModel mode is not supported for instance type ml.c7g.xlarge.” However, according to the documentation on AWS, “Multi-model endpoints are currently supported for all CPU instances types and on single-GPU instance types.” (https://docs.aws.amazon.com/sagemaker/latest/dg/multi-model-endpoints.html#multi-model-endpoint-instance). Subsequently, I tried ml.c6g.xlarge and see that that also is not supported. Are Graviton instance types not supported in general? If so, why?

asked a year ago526 views
1 Answer
0

Hi,

Unfortunately, Graviton based instances are not supported for multi-model endpoints in Amazon SageMaker.

Multi-model endpoints currently support all the CPU instance types and on single-GPU instance types. -> Please find the below list of Compute optimized instance types (no GPUs): ml.c5.large ml.c5.xlarge ml.c5.2xlarge ml.c5.4xlarge ml.c5.9xlarge ml.c5.12xlarge ml.c5.18xlarge ml.c5.24xlarge -> Supported instances for multi-model endpoints using GPU backed instances: [+] https://docs.aws.amazon.com/sagemaker/latest/dg/multi-model-endpoints.html#multi-model-support-gpu

AWS
SUPPORT ENGINEER
answered a year ago
  • Thanks. However, the documentation says all CPU types. Are Graviton instance types not CPU instance types? Is the documentation wrong? Can you give context on why Graviton instance types are not enabled? Is this a feature that may become available in the future?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions