Skip to content

Releases: huggingface/safetensors

Python-v0.2.0

29 Sep 13:33
8e5b229
Compare
Choose a tag to compare

Added safe_open.
Added __metadata__ special key in the format (ability to store layout information that could be useful to transformers.)
Removed some API surface.
Cleaned up TF to be actually TF and not jax anymore.

Very shallow changelog, this is still a lot in exploration mode.

Python v0.0.1

23 Sep 09:58
5874d0e
Compare
Choose a tag to compare

Initial release with barebone features just to get a PoC running.

Main features missing:

  • Lazy loading
  • DOS protection.