Date: 2026-06-23
Owner/agent: Codex
GPU / port: GPU0 / 18260
The default p512/o512 prompt lets Gemma stop naturally around 140-160 output tokens, which mixes decode speed with stop behavior and TTFT amortization. A short deterministic “continue until token limit” prompt should force full 512-token completions and give a cleaner sustained-decode measurement for the current best llama.cpp/SYCL runtime.
unsloth/gemma-4-26B-A4B-it-GGUFgemma-4-26B-A4B-it-UD-Q8_K_XL.gguf27,636,230,9443bb10d594514ef4edb7f3a65d41a7e4eb8c5767adec5ca557xpulevel_zero:08192512 / 64f16 / f16/v1/chat/completions1LABEL=gemma4-q8-gpu0-currentbest-longprompt-deep-20260623T0945 \
GPU_INDEX=0 PORT=18260 CTX_SIZE=8192 BATCH_SIZE=512 UBATCH_SIZE=64 THREADS=16 \
CACHE_TYPE_K=f16 CACHE_TYPE_V=f16 POLL=50 FLASH_ATTN=off REASONING=off \
GGML_SYCL_DISABLE_OPT=0 CANARY_REPEATS=96 BENCH_REPEATS=8 \
BENCH_PROMPT_MODE=long \
EXTRA_LLAMA_ARGS='--parallel 1 --cache-ram 0' \
scripts/run-gemma4-26b-first-baseline.sh
GGML_SYCL_DISABLE_OPT=0, FLASH_ATTN=off, --parallel 1,
--cache-ram 0, THREADS=16, BENCH_PROMPT_MODE=long/mnt/fast-ai/bench-results/gemma4-26b-a4b-q8/servers/gemma4-q8-gpu0-currentbest-longprompt-deep-20260623T0945.server.logprompt_mode=long; LocalMaxxing payload records
75 prompt tokens and 512 output tokens395.68 ms8 benchmark repeats, exactly 512 completion tokens each,
after-TTFT CV 0.00020Win for sustained decode: this breaks the previous promoted 42.1539 tok/s single-B70 Q8 result when measuring after-TTFT decode on a fixed 512-token output. It is not a direct replacement for the natural-stop/default-prompt record because the prompt/output shape changed.
Queued for LocalMaxxing as a separate short-prompt sustained-decode record.
data/gemma4-q8-gpu0-currentbest-longprompt-deep-20260623T0945/p512o512.jsondata/gemma4-q8-gpu0-currentbest-longprompt-deep-20260623T0945/chat-canary.jsondata/gemma4-q8-gpu0-currentbest-longprompt-deep-20260623T0945/summary.jsondata/localmaxxing-gemma4-26b-a4b-q8-b70-long512-20260623.queue.jsonThe long mode is a short instruction prompt. For future 512-input /
512-output comparisons, use the new filled-long prompt mode added to
scripts/bench-openai-single-decode.py, which also records prompt hash/preview
and usage-derived prompt/completion token stats.