FoolDev Claude Opus 4.7 commited on
Commit
6fa50d3
·
1 Parent(s): 6711c39

README: sync 'What's here' and quick-start to current behavior

Browse files

Two small drift fixes after the recent token-leakage and tool-calling
work:

- smoke_test.sh row now mentions the chat-template-token leakage
assertion added in c61756c.
- Quick-start ollama_chat.py one-liner notes that the tools section
is now [skip]-ped per 6711c39, so users aren't surprised when one
of the four advertised demos doesn't run.

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

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -106,7 +106,7 @@ The 27B is **dense**: every parameter participates in every forward pass. It's s
106
  | `Modelfile` | Ollama wrapper around the upstream Qwen 3.6 27B GGUF (Q4_K_M) |
107
  | `examples/` | Ready-to-run Python clients for Ollama, Transformers, and llama-cpp-python |
108
  | `scripts/build.sh` | One-shot helper: pulls a GGUF and runs `ollama create` for you |
109
- | `scripts/smoke_test.sh` | Verifies an Ollama daemon + model and runs a round-trip |
110
  | `scripts/fetch_mmproj.sh` | Pulls the vision projector for llama.cpp (Ollama vision is broken upstream — see [Vision](#vision)) |
111
  | `scripts/check.sh` | Local lint: `bash -n`, `pyflakes`, `py_compile`, footgun-grep |
112
  | `scripts/install-hooks.sh` | Installs `check.sh` as a git pre-commit hook |
@@ -156,7 +156,7 @@ Confirm everything works:
156
 
157
  ```bash
158
  make smoke # checks server, model, round-trip
159
- python examples/ollama_chat.py # full demo: chat, streaming, tools, OpenAI-compat
160
  ```
161
 
162
  ### Inference (OpenAI-compatible)
 
106
  | `Modelfile` | Ollama wrapper around the upstream Qwen 3.6 27B GGUF (Q4_K_M) |
107
  | `examples/` | Ready-to-run Python clients for Ollama, Transformers, and llama-cpp-python |
108
  | `scripts/build.sh` | One-shot helper: pulls a GGUF and runs `ollama create` for you |
109
+ | `scripts/smoke_test.sh` | Verifies an Ollama daemon + model, runs a round-trip, and asserts no chat-template tokens leak into the response |
110
  | `scripts/fetch_mmproj.sh` | Pulls the vision projector for llama.cpp (Ollama vision is broken upstream — see [Vision](#vision)) |
111
  | `scripts/check.sh` | Local lint: `bash -n`, `pyflakes`, `py_compile`, footgun-grep |
112
  | `scripts/install-hooks.sh` | Installs `check.sh` as a git pre-commit hook |
 
156
 
157
  ```bash
158
  make smoke # checks server, model, round-trip
159
+ python examples/ollama_chat.py # full demo: chat, streaming, tools (skipped), OpenAI-compat
160
  ```
161
 
162
  ### Inference (OpenAI-compatible)