From efd80e8fe7d66c9919e0346c5edf3e8e514fe113 Mon Sep 17 00:00:00 2001 From: ent Date: Wed, 24 Jun 2026 15:08:13 +1000 Subject: [PATCH] docs: dense profile downloads the prebuilt hybrid (no build step) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3426dc7..343ea3b 100644 --- a/README.md +++ b/README.md @@ -282,9 +282,10 @@ docs/ # default agent path (DFlash) + smoke test: ./install.sh --start -# the dense stack (build the hybrid checkpoint once, ~20 min, then serve): -./install.sh --build-hybrid +# the dense stack (downloads the prebuilt hybrid checkpoint): ./install.sh --start --profile dense +# (to build the hybrid checkpoint locally instead of downloading it:) +# ./install.sh --build-hybrid && ./install.sh --start --profile dense # benchmarks (run on the host against the server; requires: pip install requests): python3 scripts/bench_decode.py --base-url http://127.0.0.1:8000 --model qwen \