safetensors 0.4.5

Provides functions to read and write safetensors which aim to be safer than their PyTorch counterpart. The format is 8 bytes which is an unsized int, being the size of a JSON header, the JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets for the values in the rest of the file.
Documentation
1
2
3
4
5
6
{
  "git": {
    "sha1": "1725e366dde0516e05a3d3e44a13df9d2c6dbb7f"
  },
  "path_in_vcs": "safetensors"
}