Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 305 Bytes

File metadata and controls

20 lines (17 loc) · 305 Bytes

LLM Locust

Running Locust WebUI and Backend Seperatly

WebUI

cd webui && yarn && yarn run dev

Backend

python api.py

Build Locust WebUI and serve via backend

cd webui && yarn && yarn run build
cd .. && python api.py

How it works

design diagram