From 7a9399a1e634f755dcb8b83746a6f4958508e3e7 Mon Sep 17 00:00:00 2001 From: Silvio Vasiljevic Date: Thu, 1 Aug 2024 13:31:18 +0200 Subject: [PATCH] Add SageMaker limitation notice about GPU models --- content/en/user-guide/aws/sagemaker/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/user-guide/aws/sagemaker/index.md b/content/en/user-guide/aws/sagemaker/index.md index a7cc5c00b0..6776574d97 100644 --- a/content/en/user-guide/aws/sagemaker/index.md +++ b/content/en/user-guide/aws/sagemaker/index.md @@ -114,3 +114,7 @@ The Resource Browser allows you to perform the following actions: The following code snippets and sample applications provide practical examples of how to use Sagemaker in LocalStack for various use cases: - [MNIST handwritten digit recognition model](https://github.com/localstack-samples/sample-mnist-digit-recognition-sagemaker) demonstrates a web application that allows users to draw a digit and submit it to a locally running SageMaker endpoint. + +## Limitations + +Currently, GPU models are not supported by the LocalStack SageMaker implementation.