Bump PyTorch pin to nightly dev20260426#19148
Conversation
This PR needs a
|
|
@claude [ci-fix-attempt 1/3] The Please:
Important constraints:
|
|
Claude finished @pytorchupdatebot's task in 30m 13s —— View job CI Fix Attempt (1/3)
Root Cause AnalysisI analyzed logs from representative failing jobs across all 3 failure categories. All failures are caused by upstream PyTorch nightly changes, not by ExecuTorch code.
Fix (commit ready locally, cannot push)The push is blocked by the repository's "Meta CLA Check" branch protection rule. The fix needs to be applied manually or by a user with bypass permissions. Here are the exact changes needed in 2 files: .ci/docker/common/install_pytorch.sh export _GLIBCXX_USE_CXX11_ABI=1
+ export USE_FBGEMM=0
+ export BUILD_IGNORE_SVE_UNAVAILABLE=1
# Then build and install PyTorch
conda_run python setup.py bdist_wheel
pip_install "$(echo dist/*.whl)"
# Grab the pinned audio and vision commits from PyTorch
- TORCHAUDIO_VERSION=release/2.11
+ TORCHAUDIO_VERSION=main
export TORCHAUDIO_VERSION
- TORCHVISION_VERSION=release/0.26
+ TORCHVISION_VERSION=main
export TORCHVISION_VERSION.ci/scripts/utils.sh- USE_DISTRIBUTED=1 python setup.py bdist_wheel
+ USE_DISTRIBUTED=1 USE_FBGEMM=0 BUILD_IGNORE_SVE_UNAVAILABLE=1 python setup.py bdist_wheel
pip install "$(echo dist/*.whl)"
...
# Grab the pinned audio and vision commits from PyTorch
- TORCHAUDIO_VERSION=release/2.11
+ TORCHAUDIO_VERSION=main
export TORCHAUDIO_VERSION
- TORCHVISION_VERSION=release/0.26
+ TORCHVISION_VERSION=main
export TORCHVISION_VERSIONWhy these fixes are safe
cc @jakeszwe — Could you or someone with push access apply this fix? The commit is ready locally ( |
Summary
Automated weekly PyTorch pin bump.
NIGHTLY_VERSIONintorch_pin.pytodev20260426.ci/docker/ci_commit_pins/pytorch.txtto the corresponding nightly commit hashruntime/core/portable_type/c10/This PR was created automatically. If CI fails, Claude will attempt to fix issues (up to 3 attempts). If CI still fails, human review will be requested.
cc @jakeszwe