awslabs / multi-model-server

Multi Model Server is a tool for serving neural net models for inference
Apache License 2.0
984 stars 230 forks source link

command not found: multi-model-server #993

Open nimafo opened 2 years ago

nimafo commented 2 years ago

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.

maaquib commented 2 years ago

How did you install mms? From source or pip?