如何在lightllm中支持page size > 1 的attention 推理。 #1471
hiworldwzj
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
因为lightllm 最开始的时候只支持了page size == 1 的 att 推理,导致很多管理预估都与page size == 1 相关,为了支持 page size > 1 在这里设计一种可以兼容所有场景的方案。
All reactions