Skip to content

Commit a6eb60e

Browse files
committed
change path
1 parent a9be02a commit a6eb60e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

runners/launch_h100-cw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -x
1313
srun --jobid=$JOB_ID bash -c "enroot import -o $SQUASH_FILE docker://$IMAGE"
1414
srun --jobid=$JOB_ID \
1515
--container-image=$SQUASH_FILE \
16-
--container-mounts=$GITHUB_WORKSPACE:/workspace/,$HF_HUB_CACHE_MOUNT:$HF_HUB_CACHE,$SHM_PATH:/dev/shm/sagemaker_sessions \
16+
--container-mounts=$GITHUB_WORKSPACE:/workspace/,$HF_HUB_CACHE_MOUNT:$HF_HUB_CACHE,$SHM_PATH:/dev/shm \
1717
--container-mount-home \
1818
--container-workdir=/workspace/ \
1919
--no-container-entrypoint --export=ALL,PORT=8888 \

runners/launch_h200-cw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727
# This seems to have been introduced in vLLM 0.11.2, but the issue is specific to CoreWeave runners.
2828
srun --jobid=$JOB_ID \
2929
--container-image=$CONTAINER_IMAGE \
30-
--container-mounts=$GITHUB_WORKSPACE:/workspace/,$HF_HUB_CACHE_MOUNT:$HF_HUB_CACHE,$SHM_PATH:/dev/shm/sagemaker_sessions \
30+
--container-mounts=$GITHUB_WORKSPACE:/workspace/,$HF_HUB_CACHE_MOUNT:$HF_HUB_CACHE,$SHM_PATH:/dev/shm\
3131
--container-mount-home \
3232
--container-workdir=/workspace/ \
3333
--no-container-entrypoint --export=ALL \

0 commit comments

Comments
 (0)