[CI] Fix Mamba ServerArgs namespace (#32211)

This commit is contained in:
Mohammad Miadh Angkad
2026-07-23 13:15:50 -07:00
committed by GitHub
parent 1f9d778d1b
commit a2ddf92e61
+1
View File
@@ -2389,6 +2389,7 @@ class ServerArgs:
"(-1 means unlimited). When enabled, after each insert the shallowest eligible "
"interior states beyond the cap are removed while their full KV remains. "
"Tail, fork, and locked nodes are preserved. Must be -1 or a positive integer.",
NS("exec.mamba"),
] = -1
enable_mamba_cache_stochastic_rounding: A[
bool,