ColossalAI
ColossalAI copied to clipboard
[BUG]: colossalai.get_default_parser()
🐛 Describe the bug
okay I am new to parallel distributed training. I was following along the basic tutorials provided in https://colossalai.org/docs/basics/launch_colossalai.
I am currently trying to check => parser = colossalai.get_default_parser() But apparently I'm getting AttributeError: module 'colossalai' has no attribute 'get_default_parser'. I searched this issue but found nothing, I guess everyone else is not going through this problem.. Can somebody help? Thanks in advance !
Environment
No response