aws / sagemaker-inference-toolkit

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

change: allow additional model server configuration options #32

Closed laurenyu closed 4 years ago

laurenyu commented 4 years ago

Issue #, if available:

Description of changes: This change allows for extra model server options to be overridden. There will be a corresponding Python SDK change for exposing this.

Testing done: unit tests

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.

laurenyu commented 4 years ago

closing for now - going to take a different approach