Skip to content

A simple repository to debug deploy MXNet model with TorchServe

Notifications You must be signed in to change notification settings

vuongdanghuy/torchserve_mxnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple repository to debug deploy MXNet model with TorchServe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published