DeepSpeed
38d1a9eb - Fix assert when 'pp_int' object has no attribute 'custom_print_str' (#7507)

Commit
123 days ago
Fix assert when 'pp_int' object has no attribute 'custom_print_str' (#7507) Fix assert `'pp_int' object has no attribute 'custom_print_str'` when tracking deepspeed module with some track debug tools like [objwatch](https://github.com/aeeeeeep/objwatch) ```python3 import objwatch objwatch.watch(targets=[deepspeed], framework="torch.distributed", indexes=[0,], with_locals=True) ``` Signed-off-by: aeeeeeep <aeeeeeep@proton.me>
Author
Parents
Loading