Skip to content

Release 0.54.1 - #428

Merged
michalharakal merged 4 commits into
developfrom
release/0.54.1
Sep 7, 2026
Merged

michalharakal merged 4 commits into
developfrom
release/0.54.1

Conversation

@michalharakal

Copy link
Copy Markdown
Contributor

Summary

Transformers-only release, same pattern as 0.40.2: no new engine version needed, still ships against SKaiNET engine 0.54.0.

Headline: MultiHeadAttention becomes the first consumer of the engine's SKEEP-005 Schedule — attention heads run in parallel, bit-identical to sequential — and positional KV caches get copy-free KVBufferViews instead of copying the whole prefix per layer per token (#412, #413, closed by #419).

  • CHANGELOG.md: 0.54.1 entry
  • README.md: "Current release" rewritten for 0.54.1, 0.54.0 folded into the history cascade, BOM coordinate bumped
  • Every hardcoded skainet-transformers-*:0.54.0 coordinate bumped to 0.54.1 (docs tutorials, moonshine reference, gemma module README), plus the parallel-attention tutorial and spec doc updated now that this ships as a real release instead of a -PuseLocalSkainet=true branch
  • gradle.properties: VERSION_NAME=0.54.1 (engine pin stays at 0.54.0 — unchanged)

Test plan

  • ./gradlew apiCheck — green
  • CI on this PR

Next: tag the merge commit 0.54.1 once this lands, wait for the publish workflow, then fast-forward main.

🤖 Generated with Claude Code

https://claude.ai/code/session_01PLfVvtURRYZETceamLi8kP

michalharakal and others added 4 commits September 7, 2026 22:53
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PLfVvtURRYZETceamLi8kP
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PLfVvtURRYZETceamLi8kP
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PLfVvtURRYZETceamLi8kP
@michalharakal
michalharakal merged commit 0903840 into develop Sep 7, 2026
4 checks passed
@michalharakal
michalharakal deleted the release/0.54.1 branch September 7, 2026 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant