WP-LLM-01..04 minimal implementation (2026-05-29)¶
Summary¶
First honest minimal path for packages/li-llm on feat/wp-llm-01-04-minimal.
| WP | Status | Evidence |
|---|---|---|
| WP-LLM-01 | minimal | Byte tokenizer + roundtrip smoke |
| WP-LLM-02 | minimal | Fixture-path safetensors/GGUF loader (no tensor parse) |
| WP-LLM-03 | minimal | Checksum forward stub |
| WP-LLM-04 | minimal | Single-step greedy generate stub |
li_llm_version() == 1.
Verify¶
lic check packages/li-llm/li-tests/smoke/llm_tokenize_roundtrip.li
lic check packages/li-llm/li-tests/smoke/llm_load_weights.li
lic check packages/li-llm/li-tests/smoke/llm_forward.li
lic check packages/li-llm/li-tests/smoke/llm_generate.li
Not done¶
- Real safetensors/GGUF file parse
- Transformer matmul / attention
- Multi-token decode loop