safetensors

Simple, safe way to store and distribute tensors

APACHE-2.0 License

Downloads
20M
Stars
2.4K
Committers
47

Bot releases are visible (Hide)

safetensors - v0.4.3 Latest Release

Published by Narsil 6 months ago

What's Changed

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.4.2...v0.4.3

safetensors - v0.4.3rc0

Published by Narsil 6 months ago

What's Changed

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.4.2...v0.4.3rc0

safetensors - v0.4.2

Published by Narsil 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.3.2...v0.4.2

safetensors - v0.4.2rc0

Published by Narsil 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.3.2...v0.4.2rc0

safetensors - v0.4.1

Published by Narsil 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.3.2...v0.4.1

safetensors - v0.4.1rc1

Published by Narsil 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.3.2...v0.4.1rc1

safetensors - v0.4.0

Published by Narsil about 1 year ago

Highlights

  • Revamped the build pipeline to use maturin
  • Reduced allocations (speedup for small safetensors files with many small tensors)

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.3.2...v0.4.0

safetensors - v0.4.0rc1

Published by Narsil about 1 year ago

Highlights

  • Revamped entire build pipeline
  • Fixed a bug on small files containing many small tensors allocating too much

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.3.2...v0.4.0rc1

safetensors - v0.3.3

Published by Narsil about 1 year ago

What's Changed

Mostly fixes for big endian machines.

New Contributors

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.3.2...v0.3.3

safetensors - v0.3.3.rc1

Published by Narsil about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.3.2...v0.3.3.rc1

safetensors - v0.3.2

Published by Narsil about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.3.0...v0.3.2

safetensors - v0.3.2.rc1

Published by Narsil about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.3.1rc1...v0.3.2.rc1

safetensors - v0.3.2.rc1

Published by Narsil about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.3.1rc1...v0.3.2.rc1

safetensors - v0.3.1

Published by Narsil over 1 year ago

Notable changes

  • Fix warning for PyTorch 2.0
  • Fix alignment
  • Overall hardened code + test suite

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.3.0...v0.3.1

safetensors - v0.3.1rc1

Published by Narsil over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.3.0...v0.3.1rc1

safetensors - v0.3.0

Published by Narsil over 1 year ago

Everything in this new release should be backward compatible.

The only thing which might not, is loading a file and saving it again might change it's layout.
Content will be the same, but the order and positions of tensors might be changed to improve the alignment of buffers which can enable much
faster loads on lower level languages. ( https://github.com/huggingface/safetensors/pull/148)

Major changes

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.2.8...v0.3.0

safetensors - v0.3.0rc1

Published by Narsil over 1 year ago

Everything in this new release should be backward compatible.

The only thing which might not, is loading a file and saving it again might change it's layout.
Content will be the same, but the order and positions of tensors might be changed to improve the alignment of buffers which can enable much
faster loads on lower level languages. ( https://github.com/huggingface/safetensors/pull/148)

Major changes

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/safetensors/compare/python-v0.2.8...v0.3.0rc1

safetensors - Rust 0.2.8

Published by Narsil almost 2 years ago

What's Changed

Full Changelog: https://github.com/huggingface/safetensors/compare/v0.2.7...v0.2.8

safetensors - Python v0.2.8

Published by Narsil almost 2 years ago

What's Changed

Full Changelog: https://github.com/huggingface/safetensors/compare/python-v0.2.7...python-v0.2.8

safetensors - Rust 0.2.7

Published by Narsil almost 2 years ago