Skip to content

Commit

Permalink
Revert debug changes (#443)
Browse files Browse the repository at this point in the history
* revert sync

* Revert "print phase2 config"

This reverts commit 85d1b7e.

* Revert "try using NCCL_PROTO=Simple"

This reverts commit b1cf9c5.

* Revert "dbg: log view sizes"

This reverts commit aeddae5.

* remove logging and set debug level

* bump version

* remove NCCL_DEBUG
  • Loading branch information
philsippl authored Sep 24, 2024
1 parent 5324106 commit 8713988
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 133 deletions.
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.8.8"
image: "ghcr.io/worldcoin/iris-mpc:v0.8.9"

environment: stage
replicaCount: 1
Expand Down
5 changes: 1 addition & 4 deletions deploy/stage/mpc1-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ env:
- name: NCCL_COMM_ID
value: "10.15.48.175:4000"

- name: NCCL_DEBUG
value: "info"

- name: RUST_BACKTRACE
value: "full"

Expand Down Expand Up @@ -51,7 +48,7 @@ env:
name: application

- name: SMPC__PROCESSING_TIMEOUT_SECS
value: "600"
value: "60"

- name: SMPC__PATH
value: "/data/"
Expand Down
5 changes: 1 addition & 4 deletions deploy/stage/mpc2-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ env:
- name: NCCL_COMM_ID
value: "10.15.48.175:4000"

- name: NCCL_DEBUG
value: "info"

- name: SMPC__ENVIRONMENT
value: "stage"

Expand Down Expand Up @@ -51,7 +48,7 @@ env:
name: application

- name: SMPC__PROCESSING_TIMEOUT_SECS
value: "600"
value: "60"

- name: SMPC__PATH
value: "/data/"
Expand Down
5 changes: 1 addition & 4 deletions deploy/stage/mpc3-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ env:
- name: NCCL_COMM_ID
value: "10.15.48.175:4000"

- name: NCCL_DEBUG
value: "info"

- name: SMPC__ENVIRONMENT
value: "stage"

Expand Down Expand Up @@ -51,7 +48,7 @@ env:
name: application

- name: SMPC__PROCESSING_TIMEOUT_SECS
value: "600"
value: "60"

- name: SMPC__PATH
value: "/data/"
Expand Down
3 changes: 0 additions & 3 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,9 +5,6 @@ env:
- name: NCCL_DEBUG
value: "INFO"

- name: NCCL_PROTO
value: "Simple"

- name: NCCL_SOCKET_IFNAME
value: "eth0"

Expand Down
3 changes: 0 additions & 3 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,9 +5,6 @@ env:
- name: NCCL_DEBUG
value: "INFO"

- name: NCCL_PROTO
value: "Simple"

- name: NCCL_SOCKET_IFNAME
value: "eth0"

Expand Down
3 changes: 0 additions & 3 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,9 +5,6 @@ env:
- name: NCCL_DEBUG
value: "INFO"

- name: NCCL_PROTO
value: "Simple"

- name: NCCL_SOCKET_IFNAME
value: "eth0"

Expand Down
Loading

0 comments on commit 8713988

Please sign in to comment.