A simple repository to debug deploy MXNet model with TorchServe
How to run:
- Clone this repository
- Create some folders
mkdir model_store
mkdir src
- Download weight and extract to
src
folder - Run
make
to create .mar file - Run
make run
to start TorchServe - Run
make stop
ormake clean
to stop TorchServe