-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update on request manager #14
Comments
@xinhaoc @goliaro @jiazhihao @zikun-li |
It seems that for the SSM speculation, there's also up to |
Request Manager states:
|
Old version api:
New version api:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A few changes will apply to the new request manager:
SSM -> LLM
; A speculation-verification decoding iteration:SSM_1 -> … -> SSM_D -> LLM
old_bc
dependency and convert request manager to a state machine.Assumption:
MAX_NUM_TOKENS_IN_BATCH = BUDGET_L = BUDGET_S
The text was updated successfully, but these errors were encountered: