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 plugin to v1.0.3 in A3U #3594

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 @@ -48,7 +48,7 @@ vars:
project: $(vars.project_id)
family: $(vars.deployment_name)-u22
disk_size_gb: 200
nccl_plugin_version: v1.0.2
nccl_plugin_version: v1.0.3

# Here we define a set of startup script runners that are used to configure
# the controller node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ vars:
project: $(vars.project_id)
family: $(vars.deployment_name)-u22
disk_size_gb: 200
nccl_plugin_version: v1.0.2
nccl_plugin_version: v1.0.3

deployment_groups:
- group: image-env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ ENV GLOO_SOCKET_IFNAME=enp0s19,enp192s20
ENV NCCL_CROSS_NIC=0
ENV NCCL_NET_GDR_LEVEL=PIX
#ENV PMIX_MCA_gds=^ds12
ENV NCCL_P2P_NET_CHUNKSIZE=131072
ENV NCCL_P2P_PCI_CHUNKSIZE=131072
ENV NCCL_P2P_NVL_CHUNKSIZE=524288
ENV NCCL_P2P_NET_CHUNKSIZE=65536
ENV NCCL_P2P_PCI_CHUNKSIZE=65536
ENV NCCL_P2P_NVL_CHUNKSIZE=262144
ENV NCCL_NVLS_CHUNKSIZE=524288
ENV NCCL_IB_GID_INDEX=3
ENV NCCL_IB_ADAPTIVE_ROUTING=1
Expand Down
Loading