Skip to content

Commit b0da32e

Browse files
michalharakalclaude
andcommitted
chore(deps): bump skainet to 0.23.0
Picks up: - The K/N `createRandomAccessSource` POSIX-pread implementation (SKaiNET PR #591), so K/N consumers can now load GGUFs above the ~2 GiB Kotlin `ByteArray` ceiling. Combined with this repo's existing `randomAccessProvider` factory overloads on `*NetworkLoader.fromGguf(...)` and the `fromRandomAccessSource(...)` variant on `GGUFTokenizer`, downstream native CLIs / consumers can switch to the streaming path mechanically. - Lazy zero-init for parameter placeholders (SKaiNET PR #588), which ends real-model load-time OOMs in the DSL builders that this repo's loaders sit on top of. No source changes — purely a version pin bump. Verified by compiling :llm-runtime:kllama (JVM + macosArm64), :llm-agent (JVM), :llm-inference:llama (JVM), :llm-inference:qwen (JVM) against the new dep set. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent abdd5e1 commit b0da32e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
skainet = "0.22.1"
2+
skainet = "0.23.0"
33
agp = "9.2.0"
44
jacksonDatabind = "2.21.3"
55
jsonSchemaValidator = "3.0.2"

0 commit comments

Comments
 (0)