Skip to content

Commit

Permalink
chore: Use ip as nccl_comm_id (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek authored Oct 15, 2024
1 parent bd2de9d commit 6bfdaa5
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: "eth0"

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

- name: RUST_BACKTRACE
value: "full"
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: "eth0"

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

- name: SMPC__ENVIRONMENT
value: "prod"
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: "eth0"

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

- name: SMPC__ENVIRONMENT
value: "prod"
Expand Down

0 comments on commit 6bfdaa5

Please sign in to comment.