mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-29 18:40:38 +00:00
The FLOPs formula changed from quadratic (P*N*(N+1)) to linear (2*P*T_evaluated) with KV-cache awareness. Update the test expectation from ~100x to ~10x for 10x token increase.