Commits
User selector
Commit history
Commits on Jul 12, 2026
[feat] support GDR in mooncake backend (#131)
Show description for 54ad115authored
Commits on Jul 11, 2026
[fix] Skip storage capacity/utilization gauges when capacity is None (#138)
Show description for c4d1e87andauthored
Commits on Jul 4, 2026
[feat] Provide save/load checkpoint interfaces (#124)
Show description for 7264205authored[fix] Fix simple storage unit tests on IPv6 nodes (#135)
Show description for 8a01e9eauthored
Commits on Jul 2, 2026
[chore] refactor: check docstrings only for public API symbols (#134)
Show description for f90079aauthored
Commits on Jun 22, 2026
[fix] shared production_status tensor across data partitions (#127)
Show description for cef0dc2authored
Commits on Jun 17, 2026
[fix] Make clear operations idempotent (#126)
Show description for 9d99ae5authored
Commits on Jun 10, 2026
[optim] Optimize the exception message for Yuanrong when storage strategy does not support a certain type of data (#120)
Show description for 434f8c4authored
Commits on Jun 5, 2026
[fix,refactor] Merge `update_data_status` thread/socket into `request_handle` to eliminate concurrency conflicts (#116)
Show description for 170b8edauthored[feat] Support cross-job actor discovery via explicit namespace (#115)
Show description for 136ec16authored
Commits on May 30, 2026
[refactor] Use `batch_encode_into/batch_decode_from` for Yuanrong backend (#110)
Show description for 7fc6ef9authored[refactor] Provide common serialization tools for KV backends to speed up tensor serial in nested values (#107)
Show description for fbe56bbauthored
Commits on May 13, 2026
[fix] Fix `BatchMeta.union` semantics (#95)
Show description for 270ea73authored
Commits on May 9, 2026
[feat] Add metrics exporter and dashboard for TransferQueue (#83)
Show description for 80f4e97authored[fix] Remove legacy warnings for mooncake upsert API (#91)
Show description for 539569dauthored[BREAKING][fix] Use jagged tensor as default tensor type (#92)
Show description for d147a33authored
Commits on May 2, 2026
[misc] refactor: simplify internal classes naming (#86)
Show description for 05eb2aaandauthored
Commits on Apr 29, 2026
[perf] Refactor MooncakeStore backend with zero-copy upsert API (#77)
Show description for b266d39andauthored
Commits on Apr 23, 2026
[feat] Support user-defined data parser for `SimpleStorage` backend (#82)
Show description for aec9192authored
Commits on Apr 17, 2026
[feat] Support metastore mode for Yuanrong backend init (#74)
Show description for c0c0e19authored
Commits on Apr 8, 2026
[fix] Allow None values in `_pack_field_values` and fallback to `NonTensorStack` (#75)
Show description for 5f05587authored
Commits on Apr 2, 2026
[feat] Add `SeqlenBalancedSampler` and enhance `StreamingDataset` support (#70)
Show description for f0047b9authored
Commits on Mar 29, 2026
[misc] refactor: remove sys.path hacks; rely on installed package layout (#64)
Show description for 590f4d6authored
Commits on Mar 28, 2026
[Perf] Refactor performance test for different kv store backends (#52)
Show description for 0c3ac24andauthored[ci] feat: add more tests, add jupyter tutorial to ci (#61)
Show description for 48c15daauthored
Commits on Mar 25, 2026
[feat,CI] Improve KV API usability and `KVBatchMeta` interactions (#57)
Show description for 28b846bauthored[ci] feat: add nested tensor test in kv interface (#58)
Show description for f1f041aauthored
Commits on Mar 20, 2026
[optimize] Refactor `BatchMeta` to ordinary class (#53)
Show description for 5f303c3authored[perf] Reduce memory peak time for putting regular tensor (#54)
Show description for c4e86edauthored[fix] Fix `custom_backend_meta` related issue (#47)
Show description for 77fce91andauthored
Commits on Mar 19, 2026
[fix,serialization] Fix `FieldMeta` status update and remove unnecessary copy and use `recv_multipart(copy=False)` by default (#46)
Show description for 44c683bauthored
Commits on Mar 16, 2026
[fix,feat] Support `MooncakeStore` easy init (#45)
Show description for cde575cauthored
Commits on Mar 13, 2026
[fix,refactor] Complete columnar metadata refactor for manager→controller path
Show description for 0945d28authored andcommitted
Commits on Mar 6, 2026
[BREAKING][refactor] Convert BatchMeta to columnar layout; enable zero-copy serialization by default
Show description for 6ad4d07authored andcommitted
Commits on Mar 5, 2026
[fix] Support IPv6 address (#42)
Show description for 87d7e13authored