
Deploying DeepSeek-R1 Distill Model on AWS using Amazon SageMaker JumpStart
Step-by-step guide: Deploying DeepSeek-R1-Distill-Qwen-14B on Amazon SageMaker JumpStart
Deepseek-R1
14B
model, on AWS infrastructure. This deployment will involve deploying the model on Amazon SageMaker JumpStart, enabling you to harness DeepSeek-R-1 AI capabilities within the cloud.DeepSeek-R1
14B
model on the ml.g6.12xlarge
instance type. This is the default instance type for inference hosting endpoint.ml.g6.12xlarge for endpoint usage
is 0, you will need to raise it.sagemaker
library:1
%pip install "sagemaker>=2.237.1"
1
predictor.delete_endpoint()
Any opinions in this post are those of the individual author and may not reflect the opinions of AWS.