- stop pinning sagemaker-inference toolkit version (remove upper bound)
- Upgrade MMS_VERSION to 1.1.6 in Dockerfiles.
- Bump SM inference toolkit version to 1.5.7
- Add exception for import_module
- support mxnet 1.7.0
- drop py27, add py38 support
- Add support for Accept headers with multiple MIME types
- upgrade sagemaker-inference version up to 1.5.2
- add issue templates
- fix release build.
- Make docker folder read only, remove unused tests, update repo name, remove incorrect documentation.
- Remove unnecessary EI packages
- Install openssl from source in py3 1.5.1 EI image
- Add Dockerfile MXNet 1.5.1 for Elastic Inference
- Skip GluonCV and GluonNLP for EIA containers
- Revert "infra: remove unused scripts."
- Python 3.7 support
- remove unused scripts.
- use tox in buildspecs
- Improve error message in handler_service.py
- upgrade inference-toolkit version
- add model_dir to python path at service initialization
- add gluoncv
- install mxnet-inference toolkit from PyPI.
- refactor toolkit tests.
- Test MME hosting with MultiDataModel
- Upgrade the version of sagemaker-inference
- Modify HandlerService to use context model_dir
- copy all tests to test-toolkit folder.
- change remove multi-model label from dockerfiles
- update: Update license URL
- Add release to PyPI. Change package name to sagemaker-mxnet-inference.
- Add GluonNLP
- Update AWS-MXNet version to 1.6.0 - official release of 1.6
- Update build artifacts
- Revert "change: install python-dateutil explicitly for botocore (#81)"
- pin in setuptools in py2 containers
- make build context the directory with the given dockerfile
- update copyright year in license header
- add comments about sagemaker-inference version
- release 1.6.0 Dockerfiles
- install python-dateutil explicitly for botocore
- use regional endpoint for STS in builds
- Update toolkit version
- properly fail build if has-matching-changes fails
- properly fail build if has-matching-changes fails
- update instance type region availability
- build context in release build
- make consistent build context for py versions
- Revert "Update build context on 1.4.1 EI dockerfiles (#64)"
- a typo in build_all script
- Update build context on 1.4.1 EI dockerfiles
- correct typo in buildspec
- enable PR build
- separate pip upgrade from other installs
- New py2 dlc dockerfiles
- New py3 dlc dockerfiles
- Update the build instructions to match reality.
- retry mms until it's ready
- split cpu and gpu tests for deployments in buildspec-release.yml
- add missing placeholder in test for non-eia test command.
- fix flake8
- update no-p2 regions and no-p3 regions.
- Skipping EIA test if accelerator type is None.
- add MXNet 1.4.1 Dockerfiles
- use Python 2 build logic for EI images during release
- add missing files needed for building MXNet 1.4.1 Python 2 images
- configure flake8 to ignore the docker/ directory
- add retries to all integ tests commands in buildspec-release.yml
- fix account number for EI deployment test in buildspec-release.yml
- remove unnecessary pytest marks
- add retries to remote integ tests in buildspec-release.yml
- update tests to except pytest's ExceptionInfo object
- parametrize Python version and processor type in integ tests
- fix account number in deployment test command
- remove nonexistent EI GPU images from buildspec-release.yml
- add release buildspec
- Fix SageMaker integration tests
- skip GPU test in regions with limited p2s or p3s
- Add link to SageMaker integ test setup requirements to README
- Add SageMaker Elastic Inference test
Initial commit