Add HF cleanup logic in ci_install_dependency.sh (#12895)

This commit is contained in:
Kangyan-Zhou
2025-11-08 22:56:25 -08:00
committed by GitHub
parent c21a3ec299
commit 4b1d163bfd
2 changed files with 50 additions and 0 deletions
+3
View File
@@ -134,3 +134,6 @@ fi
# Show current packages
$PIP_CMD list
python3 -c "import torch; print(torch.version.cuda)"
# Prepare the CI runner (cleanup HuggingFace cache, etc.)
bash "${SCRIPT_DIR}/prepare_runner.sh"