File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 - name : Resource cleanup
8383 run : |
8484 # Helper to avoid indefinite hangs on flaky tools (Docker/Slurm)
85- sudo rm -rf /home/nvadmin/actions-runner/_work/InferenceMAX/InferenceMAX/gpt-oss-120b/
8685 safe_timeout() {
8786 if command -v timeout >/dev/null 2>&1; then
8887 timeout -k 5 30s "$@"
@@ -138,7 +137,7 @@ jobs:
138137 with :
139138 fetch-depth : 0
140139 # Avoid aggressive workspace deletion if stale, rely on git reset/clean later
141- clean : true
140+ clean : false
142141
143142 - name : Launch eval via runner script
144143 env :
Original file line number Diff line number Diff line change 1414
1515nvidia-smi
1616
17+ rm -rf /home/nvadmin/actions-runner/_work/InferenceMAX/InferenceMAX/gpt-oss-120b/
18+
1719# To improve CI stability, we patch this helper function to prevent a race condition that
1820# happens 1% of the time. ref: https://github.com/flashinfer-ai/flashinfer/pull/1779
1921sed -i ' 102,108d' /usr/local/lib/python3.12/dist-packages/flashinfer/jit/cubin_loader.py
You can’t perform that action at this time.
0 commit comments