-
Notifications
You must be signed in to change notification settings - Fork 547
Fix phi-3-mini build #5513
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
Fix phi-3-mini build #5513
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5513
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 896d4dc with merge base af098c3 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@dbort has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Fix the build errors I introduced in pytorch#5318 Test Plan: Build the model using the instructions at https://github.com/pytorch/executorch/blob/main/examples/models/phi-3-mini/README.md
@dbort has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@pytorchbot cherry-pick --onto release/0.4 -c regression |
Summary: Fix the build errors I introduced in #5318 Pull Request resolved: #5513 Test Plan: Built the model using the instructions at https://github.com/pytorch/executorch/blob/main/examples/models/phi-3-mini/README.md Reviewed By: helunwencser Differential Revision: D63133231 Pulled By: dbort fbshipit-source-id: 81d5402e76fd86c919a13a1b1b83687feca72ab7 (cherry picked from commit 8618607)
Cherry picking #5513The cherry pick PR is at #5522 and it is recommended to link a regression cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Fix phi-3-mini build (#5513) Summary: Fix the build errors I introduced in #5318 Pull Request resolved: #5513 Test Plan: Built the model using the instructions at https://github.com/pytorch/executorch/blob/main/examples/models/phi-3-mini/README.md Reviewed By: helunwencser Differential Revision: D63133231 Pulled By: dbort fbshipit-source-id: 81d5402e76fd86c919a13a1b1b83687feca72ab7 (cherry picked from commit 8618607) Co-authored-by: Dave Bort <[email protected]>
Fix the build errors I introduced in #5318
Test Plan:
Built the model using the instructions at https://github.com/pytorch/executorch/blob/main/examples/models/phi-3-mini/README.md