MCPcopy Create free account
hub / github.com/evilsocket/cake / tensor_storage.rs

File tensor_storage.rs

cake-core/src/utils/tensor_storage.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Abstraction for reading individual tensors from storage by name.
2//!
3//! [`TensorStorageProvider`] enables on-demand tensor reads without loading
4//! the entire model into memory. The primary implementation [`SafetensorsStorage`]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected