vLLM performance dashboard
Go to file
youkaichao 9d6e04aaf2 update april 25 23:30 2024-04-25 23:13:44 -07:00
.gitignore Initial commit 2024-04-19 15:26:44 -07:00
LICENSE Initial commit 2024-04-19 15:26:44 -07:00
README.md add guide for serve locally 2024-04-19 16:40:59 -07:00
buildkite_benchmarks.xlsx update april 25 23:30 2024-04-25 23:13:44 -07:00
requirements.txt remove flask 2024-04-19 16:18:33 -07:00
serve.py add placeholder text 2024-04-21 10:19:49 -07:00
update_data.py initial data 2024-04-19 15:32:31 -07:00

README.md

dashboard

vLLM performance dashboard

Install requirements

pip install -r requirements.txt

(For Maintainers) Run update_data.py periodically

export BUILDKIT_API_TOKEN=""
python update_data.py

(For Users) Serve the data and view it locally

python serve.py