-
Notifications
You must be signed in to change notification settings - Fork 741
Fix pyre errors #13202
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 pyre errors #13202
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13202
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 314f271 with merge base a84b3c9 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D79828275 |
|
@pytorchbot label "release notes: none" |
Summary:
attempt to fix
```
[executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py:68:19] Undefined attribute [16]: `None` has no attribute `op`.
[executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py:69:20] Undefined attribute [16]: `None` has no attribute `meta`.
[executorch/exir/backend/test/test_backends_nested.py:200:20] Undefined attribute [16]: `None` has no attribute `meta`.
```
in D79768387
Reviewed By: cccclai, JacobSzwejbka
Differential Revision: D79828275
484414a to
bbb54ad
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79828275 |
Summary: Pull Request resolved: #13202 attempt to fix ``` [executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py:68:19] Undefined attribute [16]: `None` has no attribute `op`. [executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py:69:20] Undefined attribute [16]: `None` has no attribute `meta`. [executorch/exir/backend/test/test_backends_nested.py:200:20] Undefined attribute [16]: `None` has no attribute `meta`. ``` in D79768387 Reviewed By: cccclai, JacobSzwejbka Differential Revision: D79828275
bbb54ad to
4555382
Compare
Summary:
attempt to fix
```
[executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py:68:19] Undefined attribute [16]: `None` has no attribute `op`.
[executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py:69:20] Undefined attribute [16]: `None` has no attribute `meta`.
[executorch/exir/backend/test/test_backends_nested.py:200:20] Undefined attribute [16]: `None` has no attribute `meta`.
```
in D79768387
Reviewed By: cccclai, JacobSzwejbka
Differential Revision: D79828275
4555382 to
314f271
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79828275 |
Differential Revision: D79828275 Pull Request resolved: pytorch#13202
Summary:
attempt to fix
in D79768387
Differential Revision: D79828275