Skip to content

Commit

Permalink
increase ib timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
philsippl committed Nov 1, 2024
1 parent 3eb1acb commit 1a7666d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/prod/smpcv2-0-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ env:
- name: FI_EFA_USE_DEVICE_RDMA
value: "1"

- name: NCCL_IB_TIMEOUT
value: "30"

- name: NCCL_COMM_ID
value: "iris-mpc-node.1.smpcv2.worldcoin.org:4000"

Expand Down
3 changes: 3 additions & 0 deletions deploy/prod/smpcv2-1-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ env:
- name: FI_EFA_USE_DEVICE_RDMA
value: "1"

- name: NCCL_IB_TIMEOUT
value: "30"

- name: NCCL_COMM_ID
value: "iris-mpc-node.1.smpcv2.worldcoin.org:4000"

Expand Down
3 changes: 3 additions & 0 deletions deploy/prod/smpcv2-2-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ env:
- name: FI_EFA_USE_DEVICE_RDMA
value: "1"

- name: NCCL_IB_TIMEOUT
value: "30"

- name: NCCL_COMM_ID
value: "iris-mpc-node.1.smpcv2.worldcoin.org:4000"

Expand Down

0 comments on commit 1a7666d

Please sign in to comment.