-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[fix] Add 1 and draft_token_num to seq_len when overlap scheduling is enabled during memory estimation #5343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
/bot run |
PR_Github #9423 [ run ] triggered by Bot |
PR_Github #9423 [ run ] completed with state |
/bot run |
PR_Github #9502 [ run ] triggered by Bot |
PR_Github #9502 [ run ] completed with state |
Signed-off-by: Hui Gao <[email protected]>
Signed-off-by: Hui Gao <[email protected]>
estimation Signed-off-by: Hui Gao <[email protected]>
6be9345
to
d7cf3d9
Compare
Previous CI failed collected cases for RTX. |
/bot run |
PR_Github #9542 [ run ] triggered by Bot |
PR_Github #9542 [ run ] completed with state |
When estimate memory consumption, we need to a tmp kv cache. We need to leave one more token space to finish forward action with overlap enabled.