Skip to content

Commit

Permalink
use dummy monitor for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Sep 22, 2024
1 parent a1a72e3 commit 01bf6c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion configs/debug/debug.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name_model = "debugmodel"
project = "debug"
project = "/tmp/debug"
metric_logger_type = "dummy"

[train]
micro_bs = 8
Expand All @@ -12,3 +13,4 @@ total_steps = 10

[data]
fake_data = true

3 changes: 2 additions & 1 deletion configs/debug/diloco.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name_model = "debugmodel"
project = "debug"
project = "/tmp/debug"
metric_logger_type = "dummy"

[train]
micro_bs = 8
Expand Down

0 comments on commit 01bf6c9

Please sign in to comment.