Skip to content

Commit

Permalink
chore: More logging to debug the issue with hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Oct 15, 2024
1 parent 5c8c907 commit 59964b5
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 @@ -5,6 +5,9 @@ env:
- name: NCCL_SOCKET_IFNAME
value: "eth0"

- name: NCCL_DEBUG
value: "INFO"

- 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 @@ -8,6 +8,9 @@ env:
- name: NCCL_SOCKET_IFNAME
value: "eth0"

- name: NCCL_DEBUG
value: "INFO"

- 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 @@ -8,6 +8,9 @@ env:
- name: NCCL_SOCKET_IFNAME
value: "eth0"

- name: NCCL_DEBUG
value: "INFO"

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

Expand Down

0 comments on commit 59964b5

Please sign in to comment.