Skip to content

Commit

Permalink
chore: Use IP as NCCL_COMM_ID in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Oct 15, 2024
1 parent 4c0e2d6 commit 0c021b7
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 @@ -9,7 +9,7 @@ env:
value: "INFO"

- 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 @@ -12,7 +12,7 @@ env:
value: "INFO"

- 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 @@ -12,7 +12,7 @@ env:
value: "INFO"

- 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 0c021b7

Please sign in to comment.