-
Notifications
You must be signed in to change notification settings - Fork 724
Make getting started clearer and reduce formatting bugs #5954
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5954
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 07a35c1 with merge base c4a2eeb ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@byjlw has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Giving the user specific instructions on where to create the new file and how to use it so they don't have to think as much or fall into a common issue. Test Plan: Went through the instructions in the readme manually Differential Revision: D64053565 Pulled By: byjlw
cd0023b to
a9c4f24
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64053565 |
Summary: Giving the user specific instructions on where to create the new file and how to use it so they don't have to think as much or fall into a common issue. Test Plan: Went through the instructions in the readme manually Reviewed By: dbort Differential Revision: D64053565 Pulled By: byjlw
a9c4f24 to
82ce5eb
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64053565 |
Summary: Giving the user specific instructions on where to create the new file and how to use it so they don't have to think as much or fall into a common issue. Test Plan: Went through the instructions in the readme manually Reviewed By: dbort Differential Revision: D64053565 Pulled By: byjlw
82ce5eb to
07a35c1
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64053565 |
|
@pytorchbot cherry-pick --onto release/0.4 -c doc |
|
❌ 🤖 pytorchbot command failed: Try |
|
@pytorchbot cherry-pick --onto release/0.4 —fixes #5954 -c docs |
|
❌ 🤖 pytorchbot command failed: Try |
|
@pytorchbot cherry-pick --onto release/0.4 -c docs |
Summary: Giving the user specific instructions on where to create the new file and how to use it so they don't have to think as much or fall into a common issue. Pull Request resolved: #5954 Test Plan: Went through the instructions in the readme manually Reviewed By: dbort Differential Revision: D64053565 Pulled By: byjlw fbshipit-source-id: 5fb5cda2497e77c727ac99f17d7b1ec13e0b0941 (cherry picked from commit 2e64e62)
Cherry picking #5954The cherry pick PR is at #6071 The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Make getting started clearer and reduce formatting bugs (#5954) Summary: Giving the user specific instructions on where to create the new file and how to use it so they don't have to think as much or fall into a common issue. Pull Request resolved: #5954 Test Plan: Went through the instructions in the readme manually Reviewed By: dbort Differential Revision: D64053565 Pulled By: byjlw fbshipit-source-id: 5fb5cda2497e77c727ac99f17d7b1ec13e0b0941 (cherry picked from commit 2e64e62) Co-authored-by: Jesse <[email protected]>
Giving the user specific instructions on where to create the new file and how to use it so they don't have to think as much or fall into a common issue.