Skip to content

Commit

Permalink
[NPU] Change log level to debug (deepspeedai#5051)
Browse files Browse the repository at this point in the history
Change the log level to debug, which is the same as other accelerators.

Co-authored-by: jializheng <jializheng@huawei.com>
Co-authored-by: Michael Wyatt <michaelwyatt@microsoft.com>
  • Loading branch information
3 people authored and amaurya committed Feb 17, 2024
1 parent 735d080 commit 698a961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepspeed/comm/comm.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def init_deepspeed_backend(ds_backend, timeout, init_method):
ccl_backend = CCLBackend(rank=rank, world_size=size, timeout=timeout, init_method=init_method)
utils.logger.info(f"Initialize {ds_backend} backend")
elif ds_backend == HCCL_BACKEND:
utils.logger.warn("HCCL backend in DeepSpeed not yet implemented")
utils.logger.debug("HCCL backend in DeepSpeed not yet implemented")
else:
utils.logger.debug(f"DeepSpeed does not support {ds_backend} backend")

Expand Down

0 comments on commit 698a961

Please sign in to comment.