-
Notifications
You must be signed in to change notification settings - Fork 54
Add a kvcache example deployment #297
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
5b9b574
to
8d3e6c6
Compare
- Enables redis and ENABLE_KVCACHE_AWARE_SCORER Signed-off-by: Brent Salisbury <[email protected]>
8d3e6c6
to
afda7c0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had some questions
- name: ENABLE_PREFIX_AWARE_SCORER | ||
value: "false" | ||
- name: ENABLE_LOAD_AWARE_SCORER | ||
value: "true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More of a question then a comment, but do we want both load scorer and KVCache aware scorer or just 1?
- name: ENABLE_SESSION_AWARE_SCORER | ||
value: "false" | ||
- name: PD_ENABLED | ||
value: "false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dont we need P/D Enabled for KVCache Aware routing?
ENABLE_KVCACHE_AWARE_SCORER