We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d71a6 commit 90d56b2Copy full SHA for 90d56b2
1 file changed
scripts/empireai_nvl72_train.sbatch
@@ -200,6 +200,14 @@ echo "NCCL socket IF:${NCCL_SOCKET_IFNAME}"
200
echo "NCCL IB HCAs: ${NCCL_IB_HCA}"
201
echo "Mellanox devs: ${MELLANOX_VISIBLE_DEVICES}"
202
203
+echo "Warming shared Pyxis image cache on ${MASTER_ADDR}..."
204
+srun --nodes=1 --ntasks=1 --ntasks-per-node=1 --nodelist="${MASTER_ADDR}" \
205
+ --container-image="${IMAGE_REF}" \
206
+ --container-mount-home \
207
+ --container-mounts="${container_mounts}" \
208
+ true
209
+echo "Pyxis image cache warmup complete."
210
+
211
srun --ntasks="${SLURM_NNODES}" --ntasks-per-node=1 \
212
--container-image="${IMAGE_REF}" \
213
--container-mount-home \
0 commit comments