-
Notifications
You must be signed in to change notification settings - Fork 613
Try removing custom annotation #12386
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
Differential Revision: D78142146
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12386
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (4 Unrelated Failures)As of commit 0e83560 with merge base fc435fa ( BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D78142146 |
This PR needs a
|
@shewu-quic for the graph discrepancy, do you mean changes like this? Is the quant attrs for kv cache stored somewhere else, or as part of the model? |
They are as part of the model. If you would like to remove them, it is better to add a check the quant_attrs is the same both prefill model and kv model.
|
I see, is it like compare llama_instance[0] and llama_instance[1] for the value above? The code snippets seems not comparing things |
Yes, we didn't compare them since we forcedly set the same value. |
Differential Revision: D78142146