Verifying the Installation
After using the ascend-deployer tool for installation, you can perform the following operations to check the installed software packages and components:
- Query information about the installed software packages.
- You can run the following command to query the installed software packages (driver, firmware, CANN-related software packages, Toolbox, HA, and AtlasEdge) and version information:
bash install.sh --ls
Information similar to the following is displayed.
Figure 1 Software package query
- You can run the following command to query information about the installed AI framework:
pip3 list
Information similar to the following is displayed.
Figure 2 Framework query
- You can run the following command to query the installed software packages (driver, firmware, CANN-related software packages, Toolbox, HA, and AtlasEdge) and version information:
- Verify the installation.
- After the CANN, MindStudio, framework, and Toolbox are installed, you can run the following command to check whether they can work properly:
bash install.sh --test=<target>
You can run the bash install.sh --help command to view the value range of <target>. During the CANN post-installation check, ensure that the Toolbox has been installed.
Example command:
bash install.sh --test=toolbox // Test whether the Toolbox is normal.
- After MindX DL is installed, you can go to the /ascend_deployer/report directory to view the report.json or report.csv file to check the installation result and node status.
- After the CANN, MindStudio, framework, and Toolbox are installed, you can run the following command to check whether they can work properly:
Parent topic: Installation Process