Skip to content

Commit

Permalink
chore: Disable debug config print and NCCL logs for now (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek authored Jul 25, 2024
1 parent 619fbd3 commit cc0d044
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions deploy/stage/mpc1-stage/values-gpu-iris-mpc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
env:
- name: NCCL_DEBUG
value: "info"

- name: RUST_BACKTRACE
value: "full"

Expand Down
3 changes: 0 additions & 3 deletions deploy/stage/mpc2-stage/values-gpu-iris-mpc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
env:
- name: NCCL_DEBUG
value: "info"

- name: RUST_BACKTRACE
value: "full"

Expand Down
3 changes: 0 additions & 3 deletions deploy/stage/mpc3-stage/values-gpu-iris-mpc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
env:
- name: NCCL_DEBUG
value: "info"

- name: RUST_BACKTRACE
value: "full"

Expand Down
3 changes: 0 additions & 3 deletions src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ impl Config {

let config: Config = settings.try_deserialize::<Config>()?;

dbg!("Debug config");
dbg!(&config);

Ok(config)
}

Expand Down

0 comments on commit cc0d044

Please sign in to comment.