Skip to content

Commit

Permalink
dump dataset, unset distributed config
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed May 10, 2024
1 parent a7e47db commit fa21d00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/dump-dataset.py
Expand Up @@ -236,6 +236,8 @@ def init(config_str, config_dataset, verbosity):
config = rnn.config
config.set("log", None)
config.set("log_verbosity", verbosity)
config.set("torch_distributed", None)
config.set("use_horovod", None)
if dataset_dict:
assert not config_dataset
dataset = init_dataset(dataset_dict)
Expand Down

0 comments on commit fa21d00

Please sign in to comment.