Saves a named list of arrays to a file in the safetensors format.
Arguments
- arrays
(named
listofAnvlArray)
Named list of arrays 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.