Saves a named list of tensors to a file in the safetensors format.
Arguments
- tensors
(named
listofAnvilTensor)
Named list of tensors to save. Names must be unique.- path
(
character(1))
File path to write to.
Details
This is a convenience wrapper around nv_serialize() that opens and closes
a file connection.