You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
I was testing the long context output (several thousands of tokens) and when the speed of the output is more than about 10 tps the mods starts to consume up to 200% CPU (than is, two cores of 4 GHz each!!) which starts to interfere with llm inference (that is, its slower by 10-15%) if the inference is done at the same machine. And, interestinly, the actual output speed is slower than the actual llm output/decode. That is, the system monitor shows that the inference is finished but mods is lagging behind and still struggling to keep up. Why is that?