release: prepare 0.38.0 - #268
Merged
Merged
Conversation
Ships against SKaiNET engine 0.38.0 (first-class dynamic tensor shapes, Dim). Headlines: Moonshine v2 streaming ASR authored end-to-end in the SKaiNET NN DSL (the last vendor-ONNX graph — the audio frontend — is gone; the whole frontend/ encoder/adapter/decoder pipeline self-compiles DSL -> StableHLO -> IREE), and narrow-float KEEP_NATIVE fp16/bf16 weights across the LLM loaders. Also: true-dynamic KV-cache decode graphs, fixed-max-pad cross-attention mask, Gemma token_embd row-dequant. Bumps VERSION_NAME 0.36.1 -> 0.38.0 (transformers tracks the engine version), updates README + CHANGELOG. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares the 0.38.0 release (transformers tracks the engine version — ships against SKaiNET engine 0.38.0, which adds first-class dynamic tensor shapes,
Dim).Contents (since 0.36.1)
MoonshineV2Frontend— the last vendor-ONNX graph, now gone), position-free sliding-window encoder, learned-positional-embedding adapter, KV-cache decoder.Dim.DYNAMIC) + fixed-max-pad cross-attention mask — one compiled artifact serves every decode position / any encoder-memory length ≤ MAX.transformer-coreMultiHeadAttentiongains an optional trailingcrossMask(default null → byte-identical for existing callers).KEEP_NATIVEweights (fp16/bf16 packed on SafeTensors + GGUF, input-major matmul relayout) — BF16 1.8–1.9×, FP16 1.5–1.7× over FP32.token_embd.Changes in this PR
VERSION_NAME 0.36.1 → 0.38.0CHANGELOG.md— new[0.38.0]section (merged with the narrow-float entry already in[Unreleased])README.md— "Current release" rewrite + BOM snippet bumped to0.38.0Merging lands the version bump on
develop. Publishing to Maven Central is a separate, manual step — pushing the0.38.0tag triggers the release workflow (./gradlew publish), then Sonatype is promoted manually (SONATYPE_AUTOMATIC_RELEASE=false).