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

File disk_expert_provider.rs

cake-core/src/models/common/disk_expert_provider.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Disk-backed expert provider — streams expert weights from safetensors via pread.
2//!
3//! Instead of loading all expert weights into RAM at startup, this provider
4//! reads individual expert weight matrices on demand using [`TensorStorageProvider`].

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected