Skip to main content

load_header

Function load_header 

Source
pub fn load_header<P: AsRef<Path>>(path: P) -> BundleResult<BundleHeader>
Expand description

Decode only the header of a .axonml file without reading the weights blob.

Useful for model registries / UIs that list metadata without paying for the full weight deserialization cost on every request.