Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nccl tests image address #121

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
value: "1"
- name: OMPI_ALLOW_RUN_AS_ROOT_CONFIRM
value: "1"
image: cr.nemax.nebius.cloud/examples/nccl-tests:latest
image: cr.eu-north1.nebius.cloud/nebius-benchmarks/nccl-tests:2.19.4-ubu22.04-cu12.2
name: nccl
resources:
requests:
Expand All @@ -49,7 +49,7 @@ spec:
spec:
automountServiceAccountToken: false
containers:
- image: cr.nemax.nebius.cloud/examples/nccl-tests:latest
- image: cr.eu-north1.nebius.cloud/nebius-benchmarks/nccl-tests:2.19.4-ubu22.04-cu12.2
name: nccl
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions slurm/files/ansible/roles/slurm-master/tasks/files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
export NCCL_COLLNET_ENABLE=0
export NCCL_TOPO_FILE=/etc/nccl-topo-h100-v1.xml
srun -N $SLURM_NODES --ntasks-per-node=8 --gpus-per-node=8 \
--container-image="cr.ai.nebius.cloud#examples/nccl-tests:latest" \
--container-image="cr.eu-north1.nebius.cloud#nebius-benchmarks/nccl-tests:2.19.4-ubu22.04-cu12.2" \
--container-remap-root --no-container-mount-home --container-mounts=$NCCL_TOPO_FILE:$NCCL_TOPO_FILE \
/opt/nccl_tests/build/all_reduce_perf -b 512M -e 8G -f 2 -g 1 $@

Expand Down Expand Up @@ -91,6 +91,6 @@
# Log the assigned nodes
echo "Using nodes: $SLURM_JOB_NODELIST"

srun --container-image="cr.ai.nebius.cloud#examples/nccl-tests:latest" \
srun --container-image="cr.eu-north1.nebius.cloud#nebius-benchmarks/nccl-tests:2.19.4-ubu22.04-cu12.2" \
--container-remap-root --no-container-mount-home --container-mounts=$NCCL_TOPO_FILE:$NCCL_TOPO_FILE \
/opt/nccl_tests/build/all_reduce_perf -b 512M -e 8G -f 2 -g 1 $@