Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 389 Bytes

File metadata and controls

15 lines (10 loc) · 389 Bytes

Quick Start

start docker container.

docker run -tid --name=momor --network=host --privileged -v $(pwd)/workspace/:/workspace wingedge777/momor:latest bash

considering you have a model server (one of tritonserver, sglang, vllm, text-embedding-inference) running on host machine, and it expose /metrics endpoint.

docker exec -ti momor bash

bash script/main.sh