back

by advaith08·2y ago·view on hn ↗
imo they dont have batching because they pack sequences before passing through the model. so a single sequence in a batch on OpenAI might have requests from multiple customers in it
1 comments
Ah that would make sense. Similar to vLLM which does dynamic packing.