Skip to content

Commit a964fcb

Browse files
fix
1 parent 120a510 commit a964fcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/forge/util/metric_logging.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ def close(self) -> None:
194194
# TODO: replace with direct instantiation via a path to the class in the config
195195
METRIC_LOGGER_STR_TO_CLS = {
196196
"stdout": StdoutLogger,
197-
"disk": DiskLogger,
198197
"tensorboard": TensorBoardLogger,
199198
"wandb": WandBLogger,
200199
}

0 commit comments

Comments
 (0)