How we built the most efficient inference engine for Cloudflare's network (blog.cloudflare.com) 5 points by jgrahamc 10mo ago ↗ HN
[–] Freedom5093 10mo ago ↗ I don't understand:> all of the prompt tokens are available in advance and do not require decoding> The other technique is called batching: this technique aggregates multiple prompts into a single decode operation.So do prompts get decoded or not? Are there 2 decode steps? Unclear
1 comment
[ 4.7 ms ] story [ 19.7 ms ] thread> all of the prompt tokens are available in advance and do not require decoding
> The other technique is called batching: this technique aggregates multiple prompts into a single decode operation.
So do prompts get decoded or not? Are there 2 decode steps? Unclear