Skip to content

Commit 1414bc1

Browse files
authored
Disable HF Xet storage to fix CI export timeouts (#19358)
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)
1 parent af90130 commit 1414bc1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.ci/scripts/export_model_artifact.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ if [ -z "${1:-}" ]; then
6767
exit 1
6868
fi
6969

70+
export HF_HUB_DISABLE_XET=1
71+
7072
set -eux
7173

7274
DEVICE="$1"

0 commit comments

Comments
 (0)