You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Set model_dir based on SAGEMAKER_MULTI_MODEL env variable
* Adapt to MMS format
* Update Dockerfile
* Update build artifacts
* Format with black and fix pylint violation
* Fix filenames for build artifacts
* Download models in Dockerfile
* Fix directory for build artifacts
* Update directories for downloaded models in Dockerfile
* Set WORKDIR back to root after downloading models in Dockerfile
* Update directories for downloaded models in MXNet multi-model integration tests
* Update Dockerfile with sagemaker_inference tarball and remove SAGEMAKER_HANDLER
* Add sagemaker_inference tarball
* Replace SAGEMAKER_HANDLER
* Rename model files to default model name
* Create model archive if MME not enabled
* Update sagemaker_inference tarball
* Get the model_dir from the context
* Update default handler service unit tests
* Update sagemaker_mxnet_inference tarball (modified HandlerService)
* Revert change to Transformer.transform
* Update call to validate_and_initialize in Transformer.transform and update unit tests
* Update build artifact tarballs
* Update sagemaker_mxnet_inference tarball
* Temporarily skip test_mxnet_multi_model.py::test_load_model_multiple_times to isolate bug
* Fix model names in integ test
* Temporarily skip test_load_model_multiple_times and test_invocation
* Remove skip on test_load_model_multiple_times
* Remove test_invocation since default_inference_handler does not implement input_fn to deserialize image
* Fix flake8 violation
0 commit comments