BOINC AI Safetensors
Last updated
Last updated
Safetensors is a new simple format for storing tensors safely (as opposed to pickle) and that is still fast (zero-copy). Safetensors is really .
with pip:
Copied
with conda:
Copied
Copied
Loading only part of the tensors (interesting when running on multiple GPU)
Copied
Copied
Letβs say you have safetensors file named model.safetensors
, then model.safetensors
will have the following internal format:
Safetensors is being used widely at leading AI enterprises, such as , , and . Here is a non-exhaustive list of projects that are using safetensors: