MENU

Fun & Interesting

Deploying Deepseek R1 on AWS Bedrock - Presentation Script

Bobby Zhang 91 lượt xem 1 week ago
Video Not Working? Fix It Now

This video walks you through the process of deploying Deepseek r1 distilled modl on AWS bedrock. Here are some commands mentioned in the video

Install Lfs on ubuntu
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt-get install git-lfs

Clone the model from huggingface
git clone https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B

Create s3 bucket
aws s3 mb s3://my-test-bucket-2025 --region us-east-1
Sync to S3 bucket
aws s3 sync {source} {destination}

Comment