5 ms·
3x faster inference means cheaper api costs tooo. For solo dev building ai this matters a lot
by imrozim 4mo ago
3x faster inference means cheaper api costs tooo. For solo dev building ai this matters a lot
- ydj 4mo 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 4mo agoFair didn't think about batching makes more sense for self hosted models then.