Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/17803
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 9 Pending, 3 Unrelated FailuresAs of commit 9fe0a67 with merge base e0e10cc ( NEW FAILURE - The following job has failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
BROKEN TRUNK - The following job 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 PR needs a
|
|
@metascroy has imported this pull request. If you are a Meta employee, you can view this in D94997043. |
540ad17 to
5ee8ac4
Compare
| @@ -0,0 +1,538 @@ | |||
| # MLX Delegate for ExecuTorch | |||
There was a problem hiding this comment.
add a note saying this is an experimental backend
|
rebase to fix merge conflicts, and make sure CI is green |
manuelcandales
left a comment
There was a problem hiding this comment.
stamping, let's make sure this doesn't go stale.
digantdesai
left a comment
There was a problem hiding this comment.
As Manual said about experimental in the README.md. Thanks Scott.
0adbe8c to
72a87fd
Compare
Takes changes from pytorch#16718, but strips all ops (except addmm) and examples. Part2 will add back ops, and part 3 will add back examples.
Takes changes from pytorch#16718, but strips all ops (except addmm) and examples. Part2 will add back ops, and part 3 will add back examples.
Takes changes from #16718, but strips all ops (except addmm) and examples.
Part2 will add back ops, and part 3 will add back examples.