2 ms·
3x faster inference means cheaper api costs tooo. For solo dev building ai this matters a lot
by imrozim 5mo ago
3x faster inference means cheaper api costs tooo. For solo dev building ai this matters a lot
- ydj 5mo agoNot necessarily. Servers serving the model likely has enough traffic that they are batching decodes already. MTP reduces latency and increase efficiency only when the server can’t batch enough concurrent streams to be compute bound rather than memory bound.
- imrozim 5mo agoFair didn't think about batching makes more sense for self hosted models then.