pub fn inspect_prompt_cache(
directory: impl AsRef<Path>,
) -> Result<PromptCacheManifest, PromptCachePersistenceError>Expand description
Reads and validates a prompt-cache manifest without loading tensor arrays.
pub fn inspect_prompt_cache(
directory: impl AsRef<Path>,
) -> Result<PromptCacheManifest, PromptCachePersistenceError>Reads and validates a prompt-cache manifest without loading tensor arrays.