You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to run Llama3 attention layers in a decode style where the KV cache is a dynamic length and the queries are sequence length 1. I've attached an example IR showing essentially what I'm trying to achieve. (The example IR has batch_size == 1, but ideally I would be able to run a dynamic batch size as well).
Request description
I would like to be able to run Llama3 attention layers in a decode style where the KV cache is a dynamic length and the queries are sequence length 1. I've attached an example IR showing essentially what I'm trying to achieve. (The example IR has batch_size == 1, but ideally I would be able to run a dynamic batch size as well).
example.mlir
What component(s) does this issue relate to?
Compiler
Additional context
No response
The text was updated successfully, but these errors were encountered: