v0.3.1rc1
版本发布时间: 2023-04-24 22:21:55
huggingface/safetensors最新发布版本:v0.4.5(2024-09-05 21:41:07)
What's Changed
- Remove too many keywords. by @Narsil in https://github.com/huggingface/safetensors/pull/187
- Adding memmap example to read from file. by @Narsil in https://github.com/huggingface/safetensors/pull/189
- Making sure the safetensors existing PR is up-to-date. by @Narsil in https://github.com/huggingface/safetensors/pull/192
- Nicer error when failed to find tensor in Rust. by @Narsil in https://github.com/huggingface/safetensors/pull/191
- Adding commit description to convertion PR. by @Narsil in https://github.com/huggingface/safetensors/pull/198
- Python 2.0 added a warning on ByteStorage, so using UntypedStorage by @Narsil in https://github.com/huggingface/safetensors/pull/196
- Adding a minimal version for torch. by @Narsil in https://github.com/huggingface/safetensors/pull/204
- Minor improvements for README by @nickkolok in https://github.com/huggingface/safetensors/pull/201
- More badges. by @Narsil in https://github.com/huggingface/safetensors/pull/210
- Remove unwrap in prod code. by @Narsil in https://github.com/huggingface/safetensors/pull/209
- Upload codecov for main branch. by @Narsil in https://github.com/huggingface/safetensors/pull/211
- Upload codecov for main branch. by @Narsil in https://github.com/huggingface/safetensors/pull/212
- Fixing codecov rust tag. by @Narsil in https://github.com/huggingface/safetensors/pull/213
- Increase coverage on the error paths. by @Narsil in https://github.com/huggingface/safetensors/pull/214
- Deactivating codecov commenting. by @Narsil in https://github.com/huggingface/safetensors/pull/217
- Zero width shape are OK (0-rank tensors). They are simply a scalar. by @Narsil in https://github.com/huggingface/safetensors/pull/208
- Adding simple proptest. by @Narsil in https://github.com/huggingface/safetensors/pull/216
- Disallowing zero-width tensor. by @Narsil in https://github.com/huggingface/safetensors/pull/205
- Disallow erroneous buffer. by @Narsil in https://github.com/huggingface/safetensors/pull/206
- Overspecify a bit the format. by @Narsil in https://github.com/huggingface/safetensors/pull/215
- Adding arithmetic overflow checks (unchecked in release builds). by @Narsil in https://github.com/huggingface/safetensors/pull/207
- Add a safety warning in the convertion script. by @Narsil in https://github.com/huggingface/safetensors/pull/219
- Fixing empty shape test. by @Narsil in https://github.com/huggingface/safetensors/pull/218
- Remove the breaking change of disallowing zero sized tensors. by @Narsil in https://github.com/huggingface/safetensors/pull/221
- Adding last missing test for validate. by @Narsil in https://github.com/huggingface/safetensors/pull/225
- 0-sized tensors allowed. by @Narsil in https://github.com/huggingface/safetensors/pull/226
- Specify python versions. by @Narsil in https://github.com/huggingface/safetensors/pull/227
- Minor checks + proptest in python. by @Narsil in https://github.com/huggingface/safetensors/pull/228
- Committing Cargo.lock. by @Narsil in https://github.com/huggingface/safetensors/pull/233
- Fixing the logic to determine if PR is up-to-date. by @Narsil in https://github.com/huggingface/safetensors/pull/230
- Fixing alignment by @Narsil in https://github.com/huggingface/safetensors/pull/235
- Adding
save_model
andload_model
to help with shared tensors with PyTorch. by @Narsil in https://github.com/huggingface/safetensors/pull/236 - Fixing shared detection logic. by @Narsil in https://github.com/huggingface/safetensors/pull/232
- New release candidate. by @Narsil in https://github.com/huggingface/safetensors/pull/224
New Contributors
- @nickkolok made their first contribution in https://github.com/huggingface/safetensors/pull/201
Full Changelog: https://github.com/huggingface/safetensors/compare/v0.3.0...v0.3.1rc1