This repository was archived by the owner on Nov 20, 2025. It is now read-only.
v0.3.0
New Features:
New CLI to interact with MMS running in a container
- New options to start/stop/restart MMS in container.
- Option to point to different configuration files for each MMS run.
- Multiple bug fixes.
Optimized and pre-configured MMS container images
- Published the container image to Docker Hub.
- The default configuration in these containers and the example configuration in the repository are optimized for CPU and GPU AWS EC2 instances.
Bug fixes and Docs
Docs:
- README documents.
- Added docs to depict orchestrating MMS as an AWS FARGATE service.
- Added docs for optimizing the MMS configuration for different EC2 instances.
Bug Fixes:
- Corrected Readme and advanced-settings doc for MMS container (@aaronmarkham )
- Documentation for optimised setup for GPU and CPU EC2 instances (@ankkhedia )
- Optimized MMS GPU-container to utilize all GPUs in an GPU instance (@ankkhedia )
- Documentation for launching MMS on AWS Fargate service
- Added integration tests framework (@ankkhedia )
- Doc update on Production usage. Describes why Container images are better for prod. (#336)
- Streamlining Container based MMS orchestration (@vdantu)
- Optimized the model file downloads for container runs of MMS. (@vdantu)
- Fixed bugs in mxnet-model-export (@ankkhedia )