release: prepare 0.53.0 — lock-step with engine 0.53.0 - #402
Merged
Merged
Conversation
CHANGELOG 0.53.0 block (skainet-decode on Android, SafeTensors loaders on the engine, the Gemma 3n export streaming fix, tool calling re-verified), README current-release section, and every published-coordinate reference bumped from 0.40.2 (docs tutorials, moonshine reference, gemma module README, gradle.properties VERSION_NAME). Co-Authored-By: Claude Fable 5.1 <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.
Cuts SKaiNET-transformers 0.53.0 against SKaiNET 0.53.0 (gitflow:
release/0.53.0→develop, then tag on the merge commit and fast-forwardmain, as for 0.40.2).CHANGELOG.md: the 0.53.0 block — skainet-decode on Android (feat(decode): shared DecodeSession core + the Android activity leg (SKaiNET#1244) #395), SafeTensors loaders riding the engine (refactor(gemma): SafeTensors loading collapses onto the engine's ShardedSafeTensorsParametersLoader (SKaiNET#1246) #398, refactor(llm-core): DecoderSafeTensorsLoader collapses onto the engine loader (SKaiNET#1246) #400, refactor(apertus, gemma3n): SafeTensors loading collapses onto the engine loader (SKaiNET#1246) #401), the Gemma 3n export streaming fix (fix(gemma3n): stream export weights through the BufferResolver, drop the Owned cast (SKaiNET#1247) #396), tool calling re-verified with the Gemma 4 E2B smoke test re-enabled (test(kgemma): re-enable the Gemma 4 E2B tool-call smoke test — passes under engine 0.53.0 #399) — on top of everything accumulated under Unreleased since 0.40.2README.md: current-release section rewritten, BOM coordinate → 0.53.0gradle.properties:VERSION_NAME=0.53.0Pre-release verification against the published engine:
FunctionGemmaOfficialGgufTest3/3,QwenToolCallSmokeTest2/2 (Qwen3-1.7B),Gemma4E2BToolCallSmokeTestpasses with the real E2B checkpoint.