docs: dense profile downloads the prebuilt hybrid (no build step)

This commit is contained in:
ent
2026-06-24 15:08:13 +10:00
parent 17bad6c39b
commit efd80e8fe7
+3 -2
View File
@@ -282,9 +282,10 @@ docs/
# default agent path (DFlash) + smoke test: # default agent path (DFlash) + smoke test:
./install.sh --start ./install.sh --start
# the dense stack (build the hybrid checkpoint once, ~20 min, then serve): # the dense stack (downloads the prebuilt hybrid checkpoint):
./install.sh --build-hybrid
./install.sh --start --profile dense ./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): # 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 \ python3 scripts/bench_decode.py --base-url http://127.0.0.1:8000 --model qwen \