4 Commits
Author SHA1 Message Date
Nicolas Patry 4f415ad639 Updating safetensors version (fully backward compatible)
- Main takeaway is that the newly created files should load better
  because pointer alignment is forced
2023-03-17 09:02:36 +01:00
Nicolas Patry 5a523d1305 Version 0.2.7 Fixes Windows SAFETENSORS_FAST_GPU path. 2022-12-27 11:27:40 +01:00
Nicolas Patry 5ba04f9ec0 Attempting to solve slow loads for safetensors.
Fixes #5893
2022-12-27 11:27:19 +01:00
Nicolas Patry 0efffbb407 Supporting *.safetensors format.
If a model file exists with extension `.safetensors` then we can load it
more safely than with PyTorch weights.
2022-11-21 14:04:25 +01:00