pypi safetensors 0.3.0rc1
v0.3.0rc1

latest releases: 0.8.0, 0.8.0rc1, 0.8.0rc0...
3 years 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. ( #148)

Major changes

  • Fixing the fact that the context manager wasn't properly cleaning up after itself. by @Narsil in #166
  • [Major Change] Enforcing tensor alignment by @Narsil in #148
  • Faster GPU Loads ?? by @Narsil in #184
  • Removed the need for SAFETENSORS_FAST_GPU=1 with a safe alternative that loads just as fast.

What's Changed

New Contributors

Full Changelog: python-v0.2.8...v0.3.0rc1

Don't miss a new safetensors release

NewReleases is sending notifications on new releases.