Files
foxhunt/crates/ml/src
jgrusewski 02e083a1c4 fix: don't delete fxcache on key mismatch — use most recent cache instead
The stale cache detector was deleting precomputed .fxcache files when
the cache key hash didn't match (e.g., path differences between
precompute and training). This caused H100 training to fall back to
slow DBN loading, wasting GPU time on data parsing.

Now falls back to the most recent .fxcache file by modification time
instead of deleting everything.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 20:07:31 +02:00
..