DeepSpeed
DeepSpeed copied to clipboard
Fixes `AttributeError` in #2853
Updates deepspeed/monitor/monitor.py
to instantiate objects with correct configs
Specifically, fixes issue when trying to use W&B
File "/soft/datascience/conda/2023-01-10/mconda3/lib/python3.10/site-packages/deepspeed/monitor/wandb.py", line 14, in __init__
self.group = wandb_config.group
AttributeError: 'CSVConfig' object has no attribute 'group'
Relevant issue: https://github.com/microsoft/DeepSpeed/issues/2853
@awan-10 @jeffra would it be possible to get a review on this
(should pass + be straightforward)