"vscode:/vscode.git/clone" did not exist on "fe8ca77a1bca3c380a4014489a4b2615569745f0"
Unverified Commit c34f945b authored by Hongkuan Zhou's avatar Hongkuan Zhou Committed by GitHub
Browse files

fix: add prometheus_client to dep instead of transitive dependency (#3083)


Signed-off-by: default avatarhongkuanz <hongkuanz@nvidia.com>
parent 782ce578
......@@ -23,6 +23,7 @@ pip
pmdarima
pre-commit
prometheus-api-client
prometheus_client
prophet
protobuf==5.29.5
pydantic==2.7.1
......
......@@ -10,7 +10,7 @@ This directory contains comprehensive testing tools for validating the SLA plann
The SLA planner monitors metrics every 60 seconds (default adjustment interval) and scales
prefill/decode workers based on TTFT, ITL, and request patterns.
To setup the environment, simply use the released docker images for any backends, or build your own docker image following the READMEs in `./components/backends/<vllm/sglang/trtllm>/README.md`, or follow the `Developing Locally` section in [README.md](../../README.md) to setup the environment locally.
To setup the environment, simply use the released docker images for any backends, or build your own docker image following the READMEs in `./components/backends/<vllm/sglang/trtllm>/README.md`, or follow the `Developing Locally` section in [README.md](../../README.md) to setup the environment locally. If using the local environment, make sure to install dependencies by running `uv pip install -r container/deps/requirements.txt`
## Pre-Requisite: Pre-Deployment Profiling Data
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment