Skip to content

Release/0.34.1#211

Merged
michalharakal merged 3 commits into
developfrom
release/0.34.1
Jul 5, 2026
Merged

Release/0.34.1#211
michalharakal merged 3 commits into
developfrom
release/0.34.1

Conversation

@michalharakal

Copy link
Copy Markdown
Contributor

No description provided.

dev added 3 commits July 5, 2026 19:18
The encoder's attention/LayerNorm params were not layer-prefixed (attn.q_proj.weight,
attn_norm.weight repeated every layer) while FFN params were (enc.$layer.ffn_*), so by-name
weight loading couldn't distinguish layers. Qualify the attn/attn_norm/ffn_norm ids with
enc.$layer. so all names are unique — verified: 2-layer dump has zero duplicate names.
No public API change (moonshineEncoder() unchanged); patch on engine 0.34.0. VERSION_NAME
0.34.0 -> 0.34.1, CHANGELOG + README updated. moonshine jvmTest green.
The getting-started-java and llama3-tool-calling tutorials pinned
skainet-transformers-bom:0.32.1 (stale — never bumped past 0.32.x). Point them at the
current 0.34.1 so copied snippets resolve the published release. Verified: Antora site
builds via the docker image.
Document skainet-transformers-inference-moonshine in the Antora Reference section: the
moonshineEncoder() API + MoonshineConfig, the pre-norm/partial-rotary architecture, the
portable DSL->StableHLO->NPU compile path, and the 0.34.1 layer-qualified parameter names.
Verified: Antora site builds via the docker image.
@michalharakal michalharakal merged commit c79de6a into develop Jul 5, 2026
5 checks passed
@michalharakal michalharakal deleted the release/0.34.1 branch July 5, 2026 18: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