- Newest
- Most votes
- Most comments
Hi Tim,
Here is an example of a CDK deployment of a GenAI model through SageMaker JumpStart - https://aws.amazon.com/blogs/machine-learning/deploy-generative-ai-models-from-amazon-sagemaker-jumpstart-using-the-aws-cdk/
You may want to go through this blog to get a fair idea of how you can make use of CDK (which uses CloudFormation behind the scenes) to deploy the infra and code.
Thanks, Arjun
Hello Tim,
You can leverage the following AWS Machine Learning Blog which discusses the deployment deployment of different models provided by Amazon SageMaker JumpStart
(such as Stable Diffusion model for image generation, the FLAN-T5-XL model for natural language understanding (NLU) and text generation from Hugging Face) via AWS CDK.
[+] Deploy generative AI models from Amazon SageMaker JumpStart using the AWS CDK
Here’s the CDK sample referred in the above blog - https://github.com/aws-samples/generative-ai-sagemaker-cdk-demo
Hope this helps!
Relevant content
- Accepted Answerasked 4 months ago
- Accepted Answerasked 9 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated a year ago