-
Notifications
You must be signed in to change notification settings - Fork 5
Feature/config optimization refactor #54
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
remove the logic of config builders to config_builders/
Move out benchmark helper, search manager and experiment parameters
kumarkrishna
left a comment
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.
in general, this looks good to me. key request:
- for consistency, let's use ALG_top_k .
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.
can we rename this to vattention_oracle_top_k for consistency
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.
let's rename to quest_topk
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.
please rename PQCache -> PQCache_topk
Revamp of config optimization with a single place to configure all config optimizations. Consult the readme in raytune/ for more details