v0.4.4
版本发布时间: 2024-08-05 20:25:53
huggingface/safetensors最新发布版本:v0.4.5(2024-09-05 21:41:07)
Important changes
- Fixed a bug bf16 + big endian + torch https://github.com/huggingface/safetensors/pull/507
- Lots of minor fixes
What's Changed
- Fixing empty serialization (no tensor) with some metadata. by @Narsil in https://github.com/huggingface/safetensors/pull/472
- Minor correction about Arrow in README.md by @lhoestq in https://github.com/huggingface/safetensors/pull/488
- Upgrading Pyo3 0.22 (with gil-refs) by @Narsil in https://github.com/huggingface/safetensors/pull/504
- Improving the bf16 tests for PT+TF. by @Narsil in https://github.com/huggingface/safetensors/pull/505
- Revert "Improving the bf16 tests for PT+TF." by @Narsil in https://github.com/huggingface/safetensors/pull/506
- Change doc-builder workflow container by @mishig25 in https://github.com/huggingface/safetensors/pull/508
- feat(ci): add trufflehog secrets detection by @McPatate in https://github.com/huggingface/safetensors/pull/484
- Add support for xla devices by @BitPhinix in https://github.com/huggingface/safetensors/pull/494
- Improving bf16 tests by @Narsil in https://github.com/huggingface/safetensors/pull/507
- Fixing zero-width tensor for in memory loading. by @Narsil in https://github.com/huggingface/safetensors/pull/510
- Respects torch.device(0) new behavior without breaking backward compatibility by @Narsil in https://github.com/huggingface/safetensors/pull/509
- Upgrading the version. by @Narsil in https://github.com/huggingface/safetensors/pull/511
- Fixing release workflow. by @Narsil in https://github.com/huggingface/safetensors/pull/513
- Forcing empty list/empty tuple behavior. by @Narsil in https://github.com/huggingface/safetensors/pull/514
New Contributors
- @lhoestq made their first contribution in https://github.com/huggingface/safetensors/pull/488
- @McPatate made their first contribution in https://github.com/huggingface/safetensors/pull/484
- @BitPhinix made their first contribution in https://github.com/huggingface/safetensors/pull/494
Full Changelog: https://github.com/huggingface/safetensors/compare/v0.4.3...v0.4.4