Skip to content

Commit 78d72a9

Browse files
committedNov 16, 2019
Update CLI and most docs to use multi-model-server
1 parent 6af0292 commit 78d72a9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+261
-250
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Before or while filing an issue please feel free to join our [<img src='../docs/
66

77
## Testing done:
88

9-
**To run CI tests on your changes refer [README.md](https://github.com/awslabs/mxnet-model-server/blob/master/ci/README.md)**
9+
**To run CI tests on your changes refer [README.md](https://github.com/awslabs/multi-model-server/blob/master/ci/README.md)**
1010

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

‎PyPiDescription.rst

+11-11
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Use the MMS Server CLI, or the pre-configured Docker images, to start a
99
service that sets up HTTP endpoints to handle model inference requests.
1010

1111
Detailed documentation and examples are provided in the `docs
12-
folder <https://github.com/awslabs/mxnet-model-server/blob/master/docs/README.md>`__.
12+
folder <https://github.com/awslabs/multi-model-server/blob/master/docs/README.md>`__.
1313

1414
Prerequisites
1515
-------------
@@ -60,24 +60,24 @@ Installation
6060

6161
::
6262

63-
pip install mxnet-model-server
63+
pip install multi-model-server
6464

6565
Development
6666
-----------
6767

6868
We welcome new contributors of all experience levels. For information on
6969
how to install MMS for development, refer to the `MMS
70-
docs <https://github.com/awslabs/mxnet-model-server/blob/master/docs/install.md>`__.
70+
docs <https://github.com/awslabs/multi-model-server/blob/master/docs/install.md>`__.
7171

7272
Important links
7373
---------------
7474

7575
- `Official source code
76-
repo <https://github.com/awslabs/mxnet-model-server>`__
76+
repo <https://github.com/awslabs/multi-model-server>`__
7777
- `Download
78-
releases <https://pypi.org/project/mxnet-model-server/#files>`__
78+
releases <https://pypi.org/project/multi-model-server/#files>`__
7979
- `Issue
80-
tracker <https://github.com/awslabs/mxnet-model-server/issues>`__
80+
tracker <https://github.com/awslabs/multi-model-server/issues>`__
8181

8282
Source code
8383
-----------
@@ -86,24 +86,24 @@ You can check the latest source code as follows:
8686

8787
::
8888

89-
git clone https://github.com/awslabs/mxnet-model-server.git
89+
git clone https://github.com/awslabs/multi-model-server.git
9090

9191
Testing
9292
-------
9393

9494
After installation, try out the MMS Quickstart for
9595

96-
- `Serving a Model <https://github.com/awslabs/mxnet-model-server/blob/master/README.md#serve-a-model>`__
97-
- `Create a Model Archive <https://github.com/awslabs/mxnet-model-server/blob/master/README.md#model-archive>`__.
96+
- `Serving a Model <https://github.com/awslabs/multi-model-server/blob/master/README.md#serve-a-model>`__
97+
- `Create a Model Archive <https://github.com/awslabs/multi-model-server/blob/master/README.md#model-archive>`__.
9898

9999
Help and Support
100100
----------------
101101

102-
- `Documentation <https://github.com/awslabs/mxnet-model-server/blob/master/docs/README.md>`__
102+
- `Documentation <https://github.com/awslabs/multi-model-server/blob/master/docs/README.md>`__
103103
- `Forum <https://discuss.mxnet.io/latest>`__
104104

105105
Citation
106106
--------
107107

108108
If you use MMS in a publication or project, please cite MMS:
109-
https://github.com/awslabs/mxnet-model-server
109+
https://github.com/awslabs/multi-model-server

0 commit comments

Comments
 (0)
Please sign in to comment.