aws / sagemaker-inference-toolkit

Serve machine learning models within a 🐳 Docker container using 🧠 Amazon SageMaker.
Apache License 2.0
385 stars 82 forks source link

documentation: fix package name in pip install command #54

Closed obrep closed 4 years ago

obrep commented 4 years ago

The package exists under the name 'sagemaker-inference'. This change fixes the name for the pip install command from nonexistant 'sagemaker-inference-toolkit'

Issue #, if available: None

Description of changes: Changed the name of package to 'sagemaker-inference' in the pip install command in README.md

Testing done: None, documentation change

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

Tests

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

sagemaker-bot commented 4 years ago

AWS CodeBuild CI Report

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

laurenyu commented 4 years ago

thanks for the contribution!