Rendered at 02:31:19 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
techgnosis 4 hours ago [-]
I'm not sure I understand. It's Helios but with WSE attached? And it uses one or the other depending on some criteria?
wtallis 4 hours ago [-]
LLM inference is a two-phase process. The first phase is prompt processing aka prefill. It's compute-heavy but requires relatively low memory bandwidth. The second phase is token generation aka decode, which doesn't require much in the way of FLOPs but wants as much memory bandwidth as possible.
This announcement is for a system to do the first phase on Helios and the second phase on WSE.
This announcement is for a system to do the first phase on Helios and the second phase on WSE.