Skip to content

Commit af15686

Browse files
ci: remove HF_HOME=/mnt/cache — runners don't have that volume
All tests failed with PermissionError at /mnt/cache. Unlike transformers' Docker-based CI which mounts a persistent cache volume, our runners run bare-metal without /mnt/cache. Removing HF_HOME falls back to the default ~/.cache/huggingface which is always writable. Models download fresh each nightly run — acceptable for a smoke test. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 41d4a97 commit af15686

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/tests-integration-nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ env:
2828
PYPI_INDEX: "https://download.pytorch.org/whl/cu128"
2929
BNB_WHEEL_URL: "https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_main/bitsandbytes-1.33.7.preview-py3-none-manylinux_2_24_x86_64.whl"
3030
CUDA_VISIBLE_DEVICES: "0,1"
31-
HF_HOME: /mnt/cache
3231

3332
jobs:
3433
# ─── Downstream test jobs ─────────────────────────────────────────────────

0 commit comments

Comments
 (0)