Module serialize

Module serialize 

Source
Expand description

Model serialization and deserialization

Modules§

safetensors
SafeTensors format support (compatible with HuggingFace)

Traits§

Serializable
Trait for models that can be serialized

Functions§

load_state_dict
Load a state dictionary from a file
save_state_dict
Save a state dictionary to a file

Type Aliases§

StateDict
State dictionary - maps parameter names to tensors