Add --no_transposed_cache CLI flag for export pipeline#18713
Add --no_transposed_cache CLI flag for export pipeline#18713kimishpatel wants to merge 1 commit intogh/kimishpatel/233/basefrom
Conversation
Add CLI argument to control transposed KV cache layout during export. By default transposed cache is used (is_seq_at_dim_2=True). Pass --no_transposed_cache to disable it for baseline comparison. Differential Revision: [D99677684](https://our.internmc.facebook.com/intern/diff/D99677684/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18713
Note: Links to docs will display an error until the docs builds have been completed. ❌ 14 New Failures, 2 Cancelled JobsAs of commit af088ae with merge base fb1618e ( NEW FAILURES - The following jobs have failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
|
submitted by accident, not meant to land immedidately |
Stack from ghstack (oldest at bottom):
Add CLI argument to control transposed KV cache layout during export.
By default transposed cache is used (is_seq_at_dim_2=True). Pass
--no_transposed_cache to disable it for baseline comparison.
Differential Revision: D99677684