FoolDev Claude Opus 4.7 commited on
Commit
ab19d26
·
1 Parent(s): 32d9533

README: add 'make bench' to the post-build verify walkthrough

Browse files

The bench target shipped in d344201 but only got mentioned in
"What's here" and the hardware-table footnote. Users following the
quick-start verify steps would hit smoke + demo and never discover
they could measure their own machine in one command. Adds bench
between smoke and the Python demo so it lands in the same flow.

Also tightens the smoke description to mention the token-leakage
assertion (matches the 'What's here' row already updated in 6fa50d3).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -156,7 +156,8 @@ run `ollama create janus-27b -f Modelfile && ollama run janus-27b`.
156
  Confirm everything works:
157
 
158
  ```bash
159
- make smoke # checks server, model, round-trip
 
160
  python examples/ollama_chat.py # full demo: chat, streaming, tools (skipped), OpenAI-compat
161
  ```
162
 
 
156
  Confirm everything works:
157
 
158
  ```bash
159
+ make smoke # checks server, model, round-trip, no token leakage
160
+ make bench # measured tok/s on this machine (3-prompt mix)
161
  python examples/ollama_chat.py # full demo: chat, streaming, tools (skipped), OpenAI-compat
162
  ```
163