TC #76 — Phase 8 broker.token_count returns real BPE count for local #76
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Scenario
broker.token_count(local_cfg, 'hello world')against liveqwen-coder-7b-snappy-8k.Expected
Returns 2 (matches direct
curl /tokenize).broker.tokenize_supported(local_cfg)returns true after first call.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.