-
Notifications
You must be signed in to change notification settings - Fork 608
Update executorch-arm-delegate-tutorial.md #6040
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
Conversation
Removing code snippets, given they will get quickly outdated. Instead referring directly to the functions in the `setup.sh` and `run.sh`. We can figure out a way to do some better automation but since what we had was outdated I feel this is the right thing to do in the short term.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6040
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 246ae13 with merge base 01fcdf4 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
LGTM. Is this being cherry-picked to the release branch? Once this is in, we should make some followup changes around the CS320 enablement on trunk, but as that's not all on 0.4 this seems like a good step. |
@robell - 100%. |
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1 similar comment
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@digantdesai merged this pull request in 243fffc. |
@pytorchbot cherry-pick --onto release/0.4 -c docs |
Summary: Removing code snippets, given they will get quickly outdated. Instead referring directly to the functions in the `setup.sh` and `run.sh`. We can figure out a way to do some better automation but since what we had was outdated I feel this is the right thing to do in the short term. Pull Request resolved: #6040 Reviewed By: mergennachin Differential Revision: D64113182 Pulled By: digantdesai fbshipit-source-id: 1c195afc7a26c062f6db8fc44d254c80232a761b (cherry picked from commit 243fffc)
Cherry picking #6040The cherry pick PR is at #6065 The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Update executorch-arm-delegate-tutorial.md (#6040) Summary: Removing code snippets, given they will get quickly outdated. Instead referring directly to the functions in the `setup.sh` and `run.sh`. We can figure out a way to do some better automation but since what we had was outdated I feel this is the right thing to do in the short term. Pull Request resolved: #6040 Reviewed By: mergennachin Differential Revision: D64113182 Pulled By: digantdesai fbshipit-source-id: 1c195afc7a26c062f6db8fc44d254c80232a761b (cherry picked from commit 243fffc) Co-authored-by: Digant Desai <[email protected]>
Removing code snippets, given they will get quickly outdated. Instead referring directly to the functions in the
setup.sh
andrun.sh
.We can figure out a way to do some better automation but since what we had was outdated I feel this is the right thing to do in the short term.