Nothing
#' @title Reflection of supported frameworks
#' @description
#' A reflection of supported frameworks.
#' @export
safetensors_frameworks <- new.env()
safetensors_frameworks[["torch"]] <- list(
constructor = torch_tensor_from_raw,
packages = "torch"
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.