Releases: AlphaKhaw/seqpacker
Releases · AlphaKhaw/seqpacker
v0.1.3
Immutable
release. Only release title and notes can be modified.
Added
- HuggingFace integration (
seqpacker.hf_utils) withpack_datasetandpack_dataset_from_resultfor building packeddatasets.Datasetobjects directly -- no tensor roundtrip needed - Training Integration docs page combining HF Trainer and PyTorch DataLoader workflows
- Training examples:
examples/sft_trainer.py(TRL SFTTrainer) andexamples/pytorch_training.py(custom training loop)
v0.1.2
Immutable
release. Only release title and notes can be modified.
Fixed
- Crate README code examples: corrected
Packfield access (sequencesnotitems),used_capacity()method, andStreamPacker::add()signature - Crate README algorithms table: corrected
ParallelOptimizedBestFitDecreasingenum variant name
Changed
- GitHub release workflow now sources release notes from CHANGELOG.md
v0.1.1
Immutable
release. Only release title and notes can be modified.
Full Changelog: v0.1.0...v0.1.1