Commit af15686
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments