bug: Tokenizer test hardcoded to Qwen3.5-4B path which may not exist #56
Loading…
Reference in a new issue
No description provided.
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?
src/models/qwen3_5/tokenizer.zigline 259 hardcodes the tokenizer path to/Users/sleepy/.sleepy-llm/models/Qwen3.5-4B/tokenizer.json. On machines without the 4B model cached, this causes test failures.Reproduction
Result:
Tokenizer Qwen3.5 encode Hellotest fails silently.Expected
Tests should either:
Fix
Add a comptime or runtime check for the model path, or bundle a minimal test tokenizer.