python-safetensors 0.4.3
Simple and safe way to store and distribute tensors
This package provides a fast (zero-copy) and safe (dedicated) format for storing tensors safely. This package builds upon rust-safetensors
and provides Python bindings.
- Outputs:
out
- Website: https://huggingface.co/docs/safetensors
- Licenses: ASL 2.0
- Package source: gnu/packages/machine-learning.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-safetensors 0.4.3
as follows:
guix install python-safetensors@0.4.3
Or install the latest version:
guix install python-safetensors
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.