Releases: huggingface/safetensors
Releases · huggingface/safetensors
Rust 0.2.8
Python v0.2.8
What's Changed
- Fixing torch version parsing. by @Narsil in #143
- Updating rust ergonomics. by @Narsil in #144
- Preparing next version. by @Narsil in #158
- Fix byte order detection for
np.uint8
and other types for which byte order is not defined. by @Narsil in #160
Full Changelog: python-v0.2.7...python-v0.2.8
Rust 0.2.7
- Fixing SAFETENSORS_FAST_GPU=1 on Windows : #140
Python v0.2.7
- Fixing
SAFETENSORS_FAST_GPU=1
on Windows : #140
Rust 0.2.6
First Rust release.
Python v0.2.6
- Python 3.11 Linux support.
Python v0.2.5
- [#102] Hotfix for Windows i32 overflow within PyO3
- Some quality of life (better error messages, improved
convert.py
to be more general. - Python 3.11 prebuilt binary
Python 0.2.4
Fast CPU load on Pytorch
Fast GPU load on Python (unsafe, need to use SAFETENSORS_FAST_GPU=1
environement variable to use.
Python v0.2.3
Remove importib
. This was bogus and it crashes on Python2.7.
Python v0.2.2
- Adding
device
argument tosafe_open
to reduce overhead of sending tensors to GPU.