Other packages > Find by keyword >

safetensors  

Safetensors File Format
View on CRAN: Click here


Download and install safetensors package within the R console
Install from CRAN:
install.packages("safetensors")

Install from Github:
library("remotes")
install_github("cran/safetensors")

Install by package version:
library("remotes")
install_version("safetensors", "0.1.2")



Attach the package and use:
library("safetensors")
Maintained by
Daniel Falbel
[Scholar Profile | Author Map]
First Published: 2023-06-13
Latest Update: 2023-09-12
Description:
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.
How to cite:
Daniel Falbel (2023). safetensors: Safetensors File Format. R package version 0.1.2, https://cran.r-project.org/web/packages/safetensors. Accessed 26 Apr. 2025.
Previous versions and publish date:
0.1.0 (2023-06-13 18:20), 0.1.1 (2023-07-10 22:10)
Other packages that cited safetensors R package
View safetensors citation profile
Other R packages that safetensors depends, imports, suggests or enhances
Complete documentation for safetensors
Functions, R codes and Examples using the safetensors R package
Some associated functions: safe_load_file . safe_save_file . safetensors . 
Some associated R codes: safetensors.R . write.R .  Full safetensors package functions and examples
Downloads during the last 30 days
03/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/25Downloads for safetensors100200300400500600700TrendBars

Today's Hot Picks in Authors and Packages

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
EGRETci  
Exploration and Graphics for RivEr Trends Confidence Intervals
Collection of functions to evaluate uncertainty of results from water quality analysis using the We ...
Download / Learn more Package Citations See dependency  
tfdatasets  
Interface to 'TensorFlow' Datasets
Interface to 'TensorFlow' Datasets, a high-level library for building complex input pipelines from s ...
Download / Learn more Package Citations See dependency  
foster  
Forest Structure Extrapolation with R
Set of tools to streamline the modeling of the relationship betweensatellite imagery time series or ...
Download / Learn more Package Citations See dependency  
WINS  
The R WINS Package
Calculate the win statistics (win ratio, net benefit and win odds) for prioritized multiple endpoint ...
Download / Learn more Package Citations See dependency  
cotrend  
Consistent Co-Trending Rank Selection
Implements cointegration/co-trending rank selection algorithm in Guo and Shintani (2013) "Consisten ...
Download / Learn more Package Citations See dependency  

24,142

R Packages

207,311

Dependencies

65,176

Author Associations

24,099

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA