Commit 3406355
runners(h100-dgxc-slurm): wire AIPERF mmap cache mount + env
Matches the same pattern as launch_b200-dgxc, launch_h200-dgxc-slurm,
launch_gb300-{nv,cw}, launch_mi355x-amds, launch_h200-{nb,cw}: define
AIPERF_MMAP_CACHE_HOST_PATH on the host, bind-mount it to
/aiperf_mmap_cache in the container, and expose
AIPERF_DATASET_MMAP_CACHE_DIR=/aiperf_mmap_cache via --export.
Host path: /mnt/nfs/sa-shared/gharunners/ai-perf-cache (sibling of
the existing hf-hub-cache mount on the same NFS volume).
Needed for the new qwen3.5-fp8-h100-sglang-agentic recipe to reuse
the pre-built mmap dataset cache across runs rather than re-mmaping
every job.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Signed-off-by: Cam Quilici <cjquilici@gmail.com>1 parent 72cf856 commit 3406355
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| 283 | + | |
283 | 284 | | |
284 | 285 | | |
285 | 286 | | |
| |||
306 | 307 | | |
307 | 308 | | |
308 | 309 | | |
309 | | - | |
| 310 | + | |
310 | 311 | | |
311 | 312 | | |
312 | | - | |
| 313 | + | |
313 | 314 | | |
314 | 315 | | |
315 | 316 | | |
| |||
0 commit comments