-
Notifications
You must be signed in to change notification settings - Fork 61
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
[WholeGraph] Add support of using WholeGraph to store/load cache_lm_emb #737
Conversation
everything else looks good to me. |
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 you add 2 end2end tests? (one for create wg LMCache another for loading it.) You can add it in the lp mgpu test. There should be one for DistDGLTensor LMCache example.
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.
LGTM
This is to address the concern brought up here: #737 (comment). It changes the flag name `use-wholegraph-sparse-emb` --> `use-wholegraph-embed`, in consistent with #737. *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
This is to address the concern brought up here: #737 (comment). It changes the flag name `use-wholegraph-sparse-emb` --> `use-wholegraph-embed`, in consistent with #737. *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Ready to review
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.