Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/3526
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Unrelated FailureAs of commit 39169b9 with merge base 8e2e2e2 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@lucylq has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: see [T188128067](https://www.internalfb.com/intern/tasks/?t=188128067) Differential Revision: D57032452 Pulled By: lucylq
690b674 to
65c3ebd
Compare
|
This pull request was exported from Phabricator. Differential Revision: D57032452 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D57032452 |
Summary: see [T188128067](https://www.internalfb.com/intern/tasks/?t=188128067) Pull Request resolved: #3526 Differential Revision: D57032452 Pulled By: lucylq
65c3ebd to
198b81d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D57032452 |
Summary: see [T188128067](https://www.internalfb.com/intern/tasks/?t=188128067) Pull Request resolved: #3526 Differential Revision: D57032452 Pulled By: lucylq
198b81d to
26f6792
Compare
|
This pull request was exported from Phabricator. Differential Revision: D57032452 |
Summary: see [T188128067](https://www.internalfb.com/intern/tasks/?t=188128067) Pull Request resolved: #3526 Differential Revision: D57032452 Pulled By: lucylq
26f6792 to
b0b2864
Compare
| post-script: build/packaging/post_build_script.sh | ||
| smoke-test-script: build/packaging/smoke_test.py | ||
| package-name: executorch | ||
| python-version: '3.10' |
There was a problem hiding this comment.
Pinning pip version is fine but I don't think python-version is a legit input parameter here. The workflow is failing https://github.com/pytorch/executorch/actions/runs/9022911297
The list of supported inputs can be found here https://github.com/pytorch/test-infra/blob/main/.github/workflows/build_wheels_linux.yml#L6-L77
There was a problem hiding this comment.
I have a task in my queue to add support for this though, so that different repos could specify which python versions they want instead of strictly following PyTorch build matrix, which covers all 3.8 to 3.12 atm
| readonly BUILD_DEPS=( | ||
| # This list must match the build-system.requires list from pyproject.toml. | ||
| "cmake" | ||
| "pip>=23" |
There was a problem hiding this comment.
In case you couldn't set this for older python versions, I wonder if this syntax works:
pip>=23 ; python_version >= "3.10"
https://github.com/pytorch/pytorch/blob/main/.ci/docker/requirements-ci.txt#L220-L221
Building ET with older python version is expected to fail atm IIRC
There was a problem hiding this comment.
Hmn, seems like we can't use this syntax with setuptools. Can we disable the test for older python version? Or, it's part of a larger test that runs through all of them, so we can't?
Summary: see [T188128067](https://www.internalfb.com/intern/tasks/?t=188128067) and pytorch/torchchat#726 Differential Revision: D57032452 Pulled By: lucylq
b0b2864 to
77b25b0
Compare
|
This pull request was exported from Phabricator. Differential Revision: D57032452 |
|
@pytorchbot rebase |
Summary: see [T188128067](https://www.internalfb.com/intern/tasks/?t=188128067) and pytorch/torchchat#726 Differential Revision: D57032452 Pulled By: lucylq
77b25b0 to
39169b9
Compare
|
This pull request was exported from Phabricator. Differential Revision: D57032452 |
see T188128067