Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 439 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 439 Bytes

torchserve_mxnet

A simple repository to debug deploy MXNet model with TorchServe

How to run:

  1. Clone this repository
  2. Create some folders
mkdir model_store
mkdir src
  1. Download weight and extract to src folder
  2. Run make to create .mar file
  3. Run make run to start TorchServe
  4. Run make stop or make clean to stop TorchServe