awslabs / multi-model-server

Multi Model Server is a tool for serving neural net models for inference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

command not found: multi-model-server

nimafo opened this issue · comments

Hi,
I am trying with DUC-ResNet101 (from ONNX model zoo) and when I want to start server with the following line of code:
multi-model-server --models duc=https://s3.amazonaws.com/model-server/model_archive_1.0/onnx-duc.mar
I get this error:
command not found: multi-model-server

I am working on Mac terminal.

commented

How did you install mms? From source or pip?