| 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`]. |
nothing calls this directly
no outgoing calls
no test coverage detected