-
Notifications
You must be signed in to change notification settings - Fork 683
Add Phi4 test and fix regex parsing. #14716
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/14716
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit 30256b4 with merge base 54bfd72 ( NEW FAILURE - The following job has failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@shoumikhin has exported this pull request. If you are a Meta employee, you can view the originating Diff in D83641294. |
This PR needs a
|
Summary: X-link: pytorch/executorch#14716 - Add Phi4 test - Handle the invert flag properly - Skip regex lookahead since it's not supported by RE2 - Catch std::exception instead of narrow json parser errors - Make the special tokens arg optional in ObjC/Swift API Reviewed By: metascroy Differential Revision: D83641294
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review automatically exported from Phabricator review in Meta.
Summary: X-link: pytorch/executorch#14716 - Add Phi4 test - Handle the invert flag properly - Skip regex lookahead since it's not supported by RE2 - Catch std::exception instead of narrow json parser errors - Make the special tokens arg optional in ObjC/Swift API Reviewed By: larryliu0820, metascroy Differential Revision: D83641294
Summary: X-link: meta-pytorch/tokenizers#130 - Add Phi4 test - Handle the invert flag properly - Skip regex lookahead since it's not supported by RE2 - Catch std::exception instead of narrow json parser errors - Make the special tokens arg optional in ObjC/Swift API Reviewed By: larryliu0820, metascroy Differential Revision: D83641294
1c33654
to
30256b4
Compare
@pytorchbot cherry-pick --onto release/1.0 -c fixnewfeature |
Cherry picking #14716The cherry pick PR is at #14821 and it is recommended to link a fixnewfeature cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Summary:
Differential Revision: D83641294