- Notifications
You must be signed in to change notification settings - Fork13
Update ET pin#103
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Update ET pin#103
Uh oh!
There was an error while loading.Please reload this page.
Conversation
HuggingFaceDocBuilderDev commentedJul 11, 2025
The docs for this PR livehere. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
install_dev.py Outdated
@@ -5,7 +5,7 @@ | |||
def install_torch_nightly_deps(): | |||
"""Install torch related dependencies from pinned nightly""" | |||
EXECUTORCH_NIGHTLY_VERSION = "dev20250625" | |||
EXECUTORCH_NIGHTLY_VERSION = "dev20250627" | |||
TORCHAO_NIGHTLY_VERSION = "dev20250620" | |||
# Torch nightly is aligned with pinned nightly in https://github.com/pytorch/executorch/blob/main/install_requirements.py#L74 | |||
TORCH_NIGHTLY_VERSION = "dev20250601" |
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.
For nightly, we should update the pinned torch nightly as wellhttps://github.com/pytorch/executorch/blob/main/install_requirements.py#L74. That's the only combination of various versions we'd like to cover in the CI
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.
But this looks like the torch nightly for the pinned commit?
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.
Also, it’s mostly the macOS jobs that are failing. The Linux all pass.
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.
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
That typically means OOM or something on the runner. Let's retry the jobs first.
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.
@metascroy The runners are fine. If we don't change the pinned ET, the nightly tests are working#104. I think something is off in ET.
No description provided.