Skip to content

Commit

Permalink
try using NCCL_PROTO=Simple (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
philsippl authored Sep 21, 2024
1 parent 07ed145 commit c2b04d1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/stage/common-values-iris-mpc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: "ghcr.io/worldcoin/iris-mpc:v0.7.9"
image: "ghcr.io/worldcoin/iris-mpc:v0.8.0"

environment: stage
replicaCount: 1
Expand Down
3 changes: 3 additions & 0 deletions deploy/stage/smpc0-stage-eu-north-1/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ env:
- name: NCCL_DEBUG
value: "INFO"

- name: NCCL_PROTO
value: "Simple"

- name: NCCL_SOCKET_IFNAME
value: "eth0"

Expand Down
3 changes: 3 additions & 0 deletions deploy/stage/smpc1-stage-eu-north-1/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ env:
- name: NCCL_DEBUG
value: "INFO"

- name: NCCL_PROTO
value: "Simple"

- name: NCCL_SOCKET_IFNAME
value: "eth0"

Expand Down
3 changes: 3 additions & 0 deletions deploy/stage/smpc2-stage-eu-north-1/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ env:
- name: NCCL_DEBUG
value: "INFO"

- name: NCCL_PROTO
value: "Simple"

- name: NCCL_SOCKET_IFNAME
value: "eth0"

Expand Down

0 comments on commit c2b04d1

Please sign in to comment.