Commit 068647f
chore(release): sync API dumps for 0.32.0 + validate transformer-core
apiCheck was red: llm-core.api still listed the NN primitives that the 0.31.1
transformer-core extraction moved out, and transformer-core had no API
validation at all — so those public types were tracked nowhere.
- Add binary-compatibility-validator to transformer-core; apiDump creates
transformer-core/api/jvm/transformer-core.api (the 30 moved primitives:
attention, KV-cache family, embedding, norms, RoPE, FFNs, linear projection).
- Regenerate llm-core.api (drop the moved primitives — they're now tracked in
transformer-core, not lost).
- llama.api: + convertLlamaWeightsPacked (the 0.32.0 NATIVE_OPTIMIZED feature).
apiCheck now passes.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent a91f57d commit 068647f
4 files changed
Lines changed: 331 additions & 319 deletions
File tree
- llm-core/api/jvm
- llm-inference/llama/api/jvm
- transformer-core
- api/jvm
0 commit comments