Рет қаралды 931
In this video, we'll walk you through the process of deploying your DeepSeek model on Amazon Bedrock, a cutting-edge AI platform on AWS.
Step 1: Install Git Large File Storage (LFS) - Done
curl -s packagecloud.i... | sudo bash
sudo apt install git-lfs
git lfs install
git lfs version
Step 2: Clone the DeepSeek Model Repository
git clone huggingface.co...
Step 3 :
aws s3 mb s3://bedrock-deepseek-models-llama-demo1-accountid-region
Step 4: Upload Model to S3
aws s3 sync --exclude '.git*' DeepSeek-R1-Distill-Llama-8B s3://bedrock-deepseek-models-llama-demo1--accountid-region/DeepSeek-R1-Distill-Llama-8B/