Skip to content

aws-samples/aws-sm-mmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Serve multiple models with One Sagamaker Endpoint

  1. Launch a g4dn.2xlarge instance with Deep Learning AMI (Ubuntu 20.04), adjust EBS storage size to at least 50G.
  2. Clone this repo
git clone https://github.com/aws-samples/aws-sm-mmo
  1. Extract model file
cd model/bert_base/1/
unzip model.bin.zip
  1. Install and config aws-cli, and git.
sudo apt install awscli
sudo apt install git-all

config aws client

aws configure
# input AWS Access Key ID, AWS Secret Access Key, Default region name and Default output format
  1. Build docker image
./build.sh mytriton
  1. Launch a notebook instance with ml.c5.xlarge specification from SageMaker console
  2. Upload mytriton.ipynb to notebook instance, then execute step by step.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published