Skip to content

Disable HF Xet storage to fix CI export timeouts#19358

Merged
digantdesai merged 1 commit intomainfrom
hf_disable_xf
May 7, 2026
Merged

Disable HF Xet storage to fix CI export timeouts#19358
digantdesai merged 1 commit intomainfrom
hf_disable_xf

Conversation

@digantdesai
Copy link
Copy Markdown
Contributor

HuggingFace's Xet storage backend stalls mid-download on CI runners, causing the 90-minute job timeout to fire before model weights finish downloading. Force standard HTTP downloads instead.

(from debug logs in #19352)

HuggingFace's Xet storage backend stalls mid-download on CI runners,
causing the 90-minute job timeout to fire before model weights finish
downloading. Force standard HTTP downloads instead.
@pytorch-bot
Copy link
Copy Markdown

pytorch-bot Bot commented May 7, 2026

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19358

Note: Links to docs will display an error until the docs builds have been completed.

❌ 2 New Failures, 3 Cancelled Jobs, 17 Pending, 33 Unrelated Failures

As of commit fae728a with merge base af90130 (image):

NEW FAILURES - The following jobs have failed:

CANCELLED JOBS - The following jobs were cancelled. Please retry:

BROKEN TRUNK - The following jobs 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.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 7, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@digantdesai digantdesai marked this pull request as ready for review May 7, 2026 14:33
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Forces HuggingFace Hub downloads to bypass the Xet storage backend to prevent CI stalls/timeouts when exporting model artifacts.

Changes:

  • Disable HF Hub’s Xet backend via environment variable to ensure standard HTTP downloads during export.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

exit 1
fi

export HF_HUB_DISABLE_XET=1
@@ -67,6 +67,8 @@ if [ -z "${1:-}" ]; then
exit 1
fi

@digantdesai digantdesai merged commit 1414bc1 into main May 7, 2026
353 of 410 checks passed
@digantdesai digantdesai deleted the hf_disable_xf branch May 7, 2026 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/cuda CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants