Skip to content

Commit

Permalink
chore: Use all the eth (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek authored Oct 31, 2024
1 parent e5a87d4 commit e525dcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/prod/smpcv2-0-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
value: "INFO"

- name: NCCL_SOCKET_IFNAME
value: "eth0"
value: "eth"

- name: FI_EFA_USE_DEVICE_RDMA
value: "1"
Expand Down
2 changes: 1 addition & 1 deletion deploy/prod/smpcv2-1-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
value: "1"

- name: NCCL_SOCKET_IFNAME
value: "eth0"
value: "eth"

- name: FI_EFA_USE_DEVICE_RDMA
value: "1"
Expand Down
2 changes: 1 addition & 1 deletion deploy/prod/smpcv2-2-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
value: "1"

- name: NCCL_SOCKET_IFNAME
value: "eth0"
value: "eth"

- name: FI_EFA_USE_DEVICE_RDMA
value: "1"
Expand Down

0 comments on commit e525dcf

Please sign in to comment.