awslabs / multi-model-server

Multi Model Server is a tool for serving neural net models for inference
Apache License 2.0
998 stars 230 forks source link

Correct pip install command to the correct package #964

Closed nikhil-sk closed 3 years ago

nikhil-sk commented 3 years ago

The package mxnet-cu90-mkl is owned by a third-party. Correcting the package to mxnet-cu90mkl, which is hosted at https://pypi.org/project/mxnet-cu90mkl/, and recommended on the official page: https://mxnet.apache.org/versions/1.8.0/get_started?platform=linux&language=python&processor=gpu&environ=pip&

Before or while filing an issue please feel free to join our slack community to get in touch with development team, ask questions, find out what's cooking and more!

Issue #, if available:

N/A

Description of changes:

Change the pip install command to the correct one for the cu90 mkl variant of the mxnet package.

Testing done:

Verified that the package exists and can be installed, and does not break the steps.

To run CI tests on your changes refer README.md

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.