From 1d0f2e1af3c4953783af554a07110738bc891d6b Mon Sep 17 00:00:00 2001 From: ent Date: Wed, 24 Jun 2026 16:46:22 +1000 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20Reproducing=20=E2=80=94=20--start?= =?UTF-8?q?=20defaults=20to=20dense=20now;=20dflash=20is=20the=20explicit?= =?UTF-8?q?=20opt-in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bde2402..4ee20d4 100644 --- a/README.md +++ b/README.md @@ -317,13 +317,13 @@ docs/ ## Reproducing ```bash -# default agent path (DFlash) + smoke test: +# default: the dense profile (downloads the prebuilt hybrid) + smoke test: ./install.sh --start - -# 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 +# ./install.sh --build-hybrid && ./install.sh --start + +# plain-DFlash agent path (serves the Intel INT4 checkpoint, largest KV pool): +./install.sh --start --profile dflash # 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 \