Querying the Software Package Version
Perform the following operations to query the version information about the CANN package:
- After installing Toolkit, run the example command to view the version information provided by the version field. Replace the example path with the actual installation path. <arch> indicates the CPU architecture type (aarch64 or x86_64).
1cat ${HOME}/Ascend/cann/<arch>-linux/ascend_toolkit_install.info
- After installing ops, run the example command to check the version information provided by the version field. Replace the example path with the actual installation path. <arch> indicates the CPU architecture type (aarch64 or x86_64).
1cat ${HOME}/Ascend/cann/<arch>-linux/ascend_ops_install.info
- After installing NNAL, run the example command to check the version information.
- ATB:
1cat ${HOME}/Ascend/nnal/atb/latest/version.info
- SiP:
1cat ${HOME}/Ascend/nnal/asdsip/latest/version.info
- ATB:
Parent topic: Appendix B: Common Operations