-
Notifications
You must be signed in to change notification settings - Fork 355
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
Add LLaMA model test #4070
Add LLaMA model test #4070
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/4070
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 1 PendingAs of commit fec3523 with merge base 38046ba (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D58974035 |
This pull request was exported from Phabricator. Differential Revision: D58974035 |
Summary: Pull Request resolved: #4070 As titled. Required changes to make it work: - replace `aten::full_like` with `aten::full` - remove `aten::logical_neg` when used as an input to `aten::where` - replace `-inf` value in `aten::full` Reviewed By: cccclai Differential Revision: D58974035
5fb3fd6
to
2b13468
Compare
Summary: As titled. Required changes to make it work: - replace `aten::full_like` with `aten::full` - remove `aten::logical_neg` when used as an input to `aten::where` - replace `-inf` value in `aten::full` Reviewed By: JacobSzwejbka, cccclai Differential Revision: D58974035
2b13468
to
fec3523
Compare
This pull request was exported from Phabricator. Differential Revision: D58974035 |
This pull request has been merged in 4157af4. |
Summary:
As titled.
Required changes to make it work:
aten::full_like
withaten::full
aten::logical_neg
when used as an input toaten::where
-inf
value inaten::full
Reviewed By: cccclai
Differential Revision: D58974035