Release 0.54.0 - #427
Merged
Merged
Release 0.54.0#427
Conversation
CHANGELOG 0.54.0 block (FunctionGemma chunked prefill + Android KV session, the runtime-kgemma POM fix via unpublishing Gemma 3n, the Android tool-call-parser crash fix), README current-release section, and every published-coordinate reference bumped from 0.53.0 (docs tutorials, moonshine reference, gemma module README, gradle.properties VERSION_NAME). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PLfVvtURRYZETceamLi8kP
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.
Summary
Release prep, following this repo's established pattern (last done for #402/0.53.0):
CHANGELOG.md: full 0.54.0 entry — engine 0.54.0 lock-step, the FunctionGemma chunked-prefill/Android KV session work (FunctionGemma redecode contract: LM head + argmax run over all SEQ positions (36 % of every step, 1 GB scratch at SEQ 1024 in a 32-bit process); parameter archives are per-SEQ #406, iree-android: stateful prefill/step contract with a reusable prompt-prefix KV snapshot (and an embeddings-input variant for Vulkan) #410, functiongemma: position-selected graphs gemma_at / gemma_prefill_at — LM head on one position (#406) #415-iree-android: stateful KV session (IreeKvSession / IreeKvDecoder, libskainet_iree_kv.so) — prefill once, snapshot, chunk per utterance, step per token (#410) #418), theruntime-kgemmaPOM fix via unpublishing Gemma 3n (runtime-kgemma 0.53.0 POM on Maven Central depends on unpublished SKaiNET-transformers.llm-runtime:kgemma3n-jvm:unspecified #408), and the Android tool-call-parser crash fix (gemma-iree: FunctionGemmaOfficialToolCallParserStrategy CALL_RE has an unescaped '}' — PatternSyntaxException on Android (ICU) #407)README.md: "Current release" section rewritten for 0.54.0, prior 0.53.0 summary folded into the "It builds on 0.53.0..." history cascade, BOM coordinate bumpedskainet-transformers-*:0.53.0coordinate bumped to 0.54.0 (docs tutorials, moonshine reference, gemma module README)gradle.properties:VERSION_NAME=0.54.0Test plan
./gradlew apiCheck— greenNext: tag the merge commit
0.54.0once this lands, wait for the publish workflow, then fast-forwardmain.🤖 Generated with Claude Code
https://claude.ai/code/session_01PLfVvtURRYZETceamLi8kP