
Research
/Security News
60 Malicious Ruby Gems Used in Targeted Credential Theft Campaign
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Multi Model Server is a tool for serving neural net models for inference
Multi Model Server (MMS) is a flexible and easy to use tool for
serving deep learning models exported from MXNet <http://mxnet.io/>
__
or the Open Neural Network Exchange (ONNX <http://onnx.ai/>
__).
Use the MMS Server CLI, or the pre-configured Docker images, to start a service that sets up HTTP endpoints to handle model inference requests.
Detailed documentation and examples are provided in the docs folder <https://github.com/awslabs/multi-model-server/blob/master/docs/README.md>
__.
mxnet
will not be installed by default with MMS 1.0 any more. You have to install it manually if you use MxNet.For ubuntu: ::
sudo apt-get install openjdk-8-jre-headless
For centos ::
sudo yum install java-1.8.0-openjdk
For Mac: ::
brew tap caskroom/versions
brew update
brew cask install java8
Install MxNet: ::
pip install mxnet
MXNet offers MKL pip packages that will be much faster when running on Intel hardware. To install mkl package for CPU: ::
pip install mxnet-mkl
or for GPU instance:
::
pip install mxnet-cu92mkl
::
pip install multi-model-server
We welcome new contributors of all experience levels. For information on
how to install MMS for development, refer to the MMS docs <https://github.com/awslabs/multi-model-server/blob/master/docs/install.md>
__.
Official source code repo <https://github.com/awslabs/multi-model-server>
__Download releases <https://pypi.org/project/multi-model-server/#files>
__Issue tracker <https://github.com/awslabs/multi-model-server/issues>
__You can check the latest source code as follows:
::
git clone https://github.com/awslabs/multi-model-server.git
After installation, try out the MMS Quickstart for
Serving a Model <https://github.com/awslabs/multi-model-server/blob/master/README.md#serve-a-model>
__Create a Model Archive <https://github.com/awslabs/multi-model-server/blob/master/README.md#model-archive>
__.Documentation <https://github.com/awslabs/multi-model-server/blob/master/docs/README.md>
__Forum <https://discuss.mxnet.io/latest>
__If you use MMS in a publication or project, please cite MMS: https://github.com/awslabs/multi-model-server
FAQs
Multi Model Server is a tool for serving neural net models for inference
We found that multi-model-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.