6 ms·
What was the architecture of your router? If it was based on GRPO/RL, it would be interesting to hear why your router performance capped. I think the truth is
by atlex2 2mo ago
What was the architecture of your router? If it was based on GRPO/RL, it would be interesting to hear why your router performance capped.
I think the truth is that it's not an efficient cost cutting method. Your router has to be at least as 'smart' as all the but the smartest of your models (models do poorly when asked 'is this a task you're well suited to'), and that means you're caching multiple prompt histories including kv-filling/prefix caching on your expensive router model. Most of the time, not super great for savings.
- brunaxLorax 2mo agoWe tried different things: heuristic, TF-IDF and LLMs. I voluntarily didn't talk about the tech because it doesn't fix the problems mentioned by switching models on the fly.
- atlex2 1mo agoWould love to hear your thoughts on NVIDIA NeMo Switchyard...