Commit 6586ad9
chore(release): prepare 0.22.1
- gradle.properties: bump VERSION_NAME 0.22.0 → 0.22.1.
- CHANGELOG: add 0.22.1 section covering #582 — sharded analog of
loadTensorStorageMapped on StreamingShardedSafeTensorsReader.
- README: bump Quickstart coordinates to 0.22.1.
Patch release motivated by SKaiNET-transformers' Gemma 4 PLE loader,
which currently rolls its own FileChannel.map to mmap the 4.7 GB BF16
embed_tokens_per_layer tensor (over the 2 GB JVM ByteArray cap).
Once 0.22.1 is published to Maven, that downstream consumer can drop
the JVM mmap glue and consume the upstream TensorStorage directly.
No other behavioural changes vs 0.22.0; this is a single-PR follow-up
release that ships the API surface that should have made the 0.22.0
window but landed after the release branch was cut.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent aa77b4d commit 6586ad9
3 files changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments