[wip] Add CI test for CoreML LoRA multimethod export#18354
Open
lucylq wants to merge 6 commits intogh/lucylq/148/headfrom
Open
[wip] Add CI test for CoreML LoRA multimethod export#18354lucylq wants to merge 6 commits intogh/lucylq/148/headfrom
lucylq wants to merge 6 commits intogh/lucylq/148/headfrom
Conversation
Contributor
Author
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18354
Note: Links to docs will display an error until the docs builds have been completed. ⏳ 43 Pending, 3 Unrelated FailuresAs of commit b0228a9 with merge base dd7464a ( FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
lucylq
added a commit
that referenced
this pull request
Mar 19, 2026
Tests three export configurations with file size validation: 1. Base only (single method) - baseline size 2. Base + LoRA adapter (multimethod) - small overhead from lora_a/lora_b 3. Base + LoRA + multifunction - same overhead (POSITIONAL sharing) Uses stories110M with a synthetic zero-initialized LoRA adapter so base and adapter outputs match. Inference tests run on macOS only. Authored with Claude. ghstack-source-id: 7fea40d ghstack-comment-id: 4094191365 Pull-Request: #18354
This was referenced Mar 19, 2026
Merged
lucylq
added a commit
that referenced
this pull request
Mar 19, 2026
Tests three export configurations with file size validation: 1. Base only (single method) - baseline size 2. Base + LoRA adapter (multimethod) - small overhead from lora_a/lora_b 3. Base + LoRA + multifunction - same overhead (POSITIONAL sharing) Uses stories110M with a synthetic zero-initialized LoRA adapter so base and adapter outputs match. Inference tests run on macOS only. Authored with Claude. ghstack-source-id: 79dd55a ghstack-comment-id: 4094191365 Pull-Request: #18354
lucylq
added a commit
that referenced
this pull request
Mar 19, 2026
Tests three export configurations with file size validation: 1. Base only (single method) - baseline size 2. Base + LoRA adapter (multimethod) - small overhead from lora_a/lora_b 3. Base + LoRA + multifunction - same overhead (POSITIONAL sharing) Uses stories110M with a synthetic zero-initialized LoRA adapter so base and adapter outputs match. Inference tests run on macOS only. Authored with Claude. ghstack-source-id: 02d3ab3 ghstack-comment-id: 4094191365 Pull-Request: #18354
lucylq
added a commit
that referenced
this pull request
Mar 20, 2026
Tests three export configurations with file size validation: 1. Base only (single method) - baseline size 2. Base + LoRA adapter (multimethod) - small overhead from lora_a/lora_b 3. Base + LoRA + multifunction - same overhead (POSITIONAL sharing) Uses stories110M with a synthetic zero-initialized LoRA adapter so base and adapter outputs match. Inference tests run on macOS only. Authored with Claude. ghstack-source-id: 736934f ghstack-comment-id: 4094191365 Pull-Request: #18354
lucylq
added a commit
that referenced
this pull request
Mar 20, 2026
Tests three export configurations with file size validation: 1. Base only (single method) - baseline size 2. Base + LoRA adapter (multimethod) - small overhead from lora_a/lora_b 3. Base + LoRA + multifunction - same overhead (POSITIONAL sharing) Uses stories110M with a synthetic zero-initialized LoRA adapter so base and adapter outputs match. Inference tests run on macOS only. Authored with Claude. ghstack-source-id: f09464e ghstack-comment-id: 4094191365 Pull-Request: #18354
lucylq
added a commit
that referenced
this pull request
Mar 20, 2026
Tests three export configurations with file size validation: 1. Base only (single method) - baseline size 2. Base + LoRA adapter (multimethod) - small overhead from lora_a/lora_b 3. Base + LoRA + multifunction - same overhead (POSITIONAL sharing) Uses stories110M with a synthetic zero-initialized LoRA adapter so base and adapter outputs match. Inference tests run on macOS only. Authored with Claude. ghstack-source-id: 30ed980 ghstack-comment-id: 4094191365 Pull-Request: #18354
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tests three export configurations with file size validation:
Uses stories110M with a synthetic zero-initialized LoRA adapter so
base and adapter outputs match. Inference tests run on macOS only.
Authored with Claude.