Package: safetensors 0.1.2.9000
safetensors: Safetensors File Format
A file format for storing tensors that is secure (doesn't allow for code execution), fast and simple to implement. 'safetensors' also enables cross language and cross frameworks compatibility making it an ideal format for storing machine learning model weights.
Authors:
safetensors_0.1.2.9000.tar.gz
safetensors_0.1.2.9000.zip(r-4.5)safetensors_0.1.2.9000.zip(r-4.4)safetensors_0.1.2.9000.zip(r-4.3)
safetensors_0.1.2.9000.tgz(r-4.4-any)safetensors_0.1.2.9000.tgz(r-4.3-any)
safetensors_0.1.2.9000.tar.gz(r-4.5-noble)safetensors_0.1.2.9000.tar.gz(r-4.4-noble)
safetensors_0.1.2.9000.tgz(r-4.4-emscripten)safetensors_0.1.2.9000.tgz(r-4.3-emscripten)
safetensors.pdf |safetensors.html✨
safetensors/json (API)
NEWS
# Install 'safetensors' in R: |
install.packages('safetensors', repos = c('https://mlverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mlverse/safetensors/issues
Last updated 2 months agofrom:00d64fc004. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 17 2024 |
R-4.5-win | OK | Oct 17 2024 |
R-4.5-linux | OK | Oct 17 2024 |
R-4.4-win | OK | Oct 17 2024 |
R-4.4-mac | OK | Oct 17 2024 |
R-4.3-win | OK | Oct 17 2024 |
R-4.3-mac | OK | Oct 17 2024 |
Exports:safe_load_filesafe_save_filesafe_serializesafetensors
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Safe load a safetensors file | safe_load_file |
Writes a list of tensors to the safetensors format | safe_save_file safe_serialize |
Low level control over safetensors files | safetensors |