Skip to content

Commit 4eb9ff0

Browse files
committed
Fix some typos
1 parent b0eca3d commit 4eb9ff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/custom_service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The custom service file should define a method that acts as an entry point for e
1717
The function can have any name, not necessarily handle, however this function should accept, the following parameters
1818

1919
* **data** - The input data from the incoming request
20-
* **context** - Is the MMS [context](https://github.com/vrakesh/mxnet-model-server/blob/master/mms/context.py) information passed for use with the custom service if required.
20+
* **context** - Is the MMS [context](https://github.com/awslabs/mxnet-model-server/blob/master/mms/context.py) information passed for use with the custom service if required.
2121

2222

2323
The signature of a entry point function is:

examples/densenet_pytorch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PyToch serving
1+
# PyTorch serving
22
This example shows how to serve PyTorch trained models for flower species recognition..
33
The custom handler is implemented in `densenet_service.py`.
44
For simplicity, we'll use a pre-trained model. For simplicity we will use docker container to run Model Server.

0 commit comments

Comments
 (0)