docs/source/en/basics/command_line_tool.md
Author: Shenggui Li
Prerequisite:
Colossal-AI provides command-line utilities for the user. The current command line tools support the following features.
To verify whether your Colossal-AI is built correctly, you can use the command colossalai check -i.
This command will inform you information regarding the version compatibility and cuda extension.
To launch distributed jobs on single or multiple nodes, the command colossalai run can be used for process launching.
You may refer to Launch Colossal-AI for more details.