Expand description
Persistent cache of fitted probe coefficients on the EFS volume.
The cache key is {server_version, model, max_seq, arch}. When the
fingerprint matches the current server’s configuration, the probe is
skipped and the cached (a, b) are used immediately.
Structs§
Functions§
- save_
probe_ 🔒cache - Saves fitted probe coefficients to
{cache_dir}/probe-coefficients.jsonvia an atomic temp-file + rename. - try_
load_ 🔒probe_ cache - Attempts to load cached probe coefficients from
{cache_dir}/probe-coefficients.json.