Skip to content

Commit

Permalink
Fix NCCL_SOCKET_IFNAME typo in values.yaml under nccltest/gke (#357)
Browse files Browse the repository at this point in the history
Fix NCCL_SOCKET_IFNAME typo in values.yaml under sample_workloads/nccltest/gke
  • Loading branch information
hmhv1222 authored Jan 11, 2024
2 parents d5f4650 + 07bdd5f commit 7e1dfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample_workloads/nccltest/gke/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ncclPlugin:
unreservedCores: "0-7,104-111,52-59,156-163"
envs:
NCCL_GPUDIRECTTCPX_FORCE_ACK: "0"
NCCL_SOCKET_IFRAME: "eth0"
NCCL_SOCKET_IFNAME: "eth0"
NCCL_DYNAMIC_CHUNK_SIZE: 524288
NCCL_P2P_NET_CHUNKSIZE: 524288
NCCL_P2P_PCI_CHUNKSIZE: 524288
Expand Down

0 comments on commit 7e1dfc6

Please sign in to comment.