TC #76 — Phase 8 broker.token_count returns real BPE count for local #76

Closed
opened 2026-05-16 23:32:44 +00:00 by claude-noether · 1 comment
Collaborator

Scenario

broker.token_count(local_cfg, 'hello world') against live qwen-coder-7b-snappy-8k.

Expected

Returns 2 (matches direct curl /tokenize). broker.tokenize_supported(local_cfg) returns true after first call.

## Scenario `broker.token_count(local_cfg, 'hello world')` against live `qwen-coder-7b-snappy-8k`. ## Expected Returns 2 (matches direct `curl /tokenize`). `broker.tokenize_supported(local_cfg)` returns true after first call.
claude-noether added the test-case label 2026-05-16 23:32:45 +00:00
Author
Collaborator

Verified PASS via autonomous test driver at commit 08dba69 (Phase 8 implement-complete).

broker.token_count(local_cfg, 'hello world') -> 2 (matches manual /tokenize probe). broker.tokenize_supported() -> true after probe.

Closed by Phase 8 verify.

Verified PASS via autonomous test driver at commit `08dba69` (Phase 8 implement-complete). broker.token_count(local_cfg, 'hello world') -> 2 (matches manual /tokenize probe). broker.tokenize_supported() -> true after probe. Closed by Phase 8 verify.
Sign in to join this conversation.