release: 0.33.0 — ship against SKaiNET engine 0.33.0#205
Merged
Conversation
Bumps VERSION_NAME 0.32.1 -> 0.33.0 and the engine dependency 0.32.4 -> 0.33.0 (transformers tracks the engine version line in lock-step). No transformers API changes; adopts engine 0.33.0 (norms -> real stablehlo.reduce so transformer exports compile on stock IREE #769, autodiff dispatch fix + new diff ops #774) and the dependabot bumps already on develop (Ktor 3.5.1 #198, Logback 1.5.36 #199). Verified: compiles + full jvmTest green against sk.ainet.core:*:0.33.0 (on Central). Co-Authored-By: Claude Opus 4.8 (1M context) <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 transformers 0.33.0, tracking the engine version line in lock-step (a transformers
X.Y.Zships against engineX.Y.Z).VERSION_NAME0.32.1 → 0.33.0; engine dependency 0.32.4 → 0.33.0 (now on Maven Central).layerNorm/rmsNormlowering to realstablehlo.reduce(exports compile on stock IREE, engine #769), the autodiff dispatch correctness fix + new differentiable ops (engine #774).3.5.1(build(deps): Bump ktorClientCore from 3.5.0 to 3.5.1 #198), Logback1.5.36(build(deps): Bump ch.qos.logback:logback-classic from 1.5.35 to 1.5.36 #199).Verified: compiles + full
jvmTestgreen againstsk.ainet.core:*:0.33.0(engine'sTensorOps.sin/cos/convTranspose1d-abstract break does not affect this layer).🤖 Generated with Claude Code