torch.serialization.SaveOptions
export interface SaveOptions {
/** Metadata to include in safetensors file */
metadata?: Record<string, string>;
}metadata(Record<string, string>)optional- – Metadata to include in safetensors file
Options for save().