Reclaim KV checkpoints the index cannot reach

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Georg Bauer
2026-07-26 09:25:37 +02:00
parent 4fc423314b
commit 1f27270d66
3 changed files with 65 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ use validation::{validate_dspark, validate_main};
pub(crate) use validation::validate_model_artifact;
#[cfg(target_os = "macos")]
pub(crate) use kvstore::sweep_unreachable as sweep_transient_cache;
#[cfg(target_os = "macos")]
pub(crate) use metal::configure_sources as configure_metal_sources;