Installation Guidelines
Confirming Version Matching Relationship
The currently supported hardware is the Atlas 800T A2, Atlas 800I A2, and Atlas 900 A3 SuperPoD.
The current recommended Python version for the suite is 3.11.4.
MindSpore Transformers |
MindSpore |
CANN |
Firmware & Drivers |
---|---|---|---|
In-Development Version |
In-Development Version |
In-Development Version |
In-Development Version |
Currently MindSpore Transformers recommends using a software package relationship as above.
Historical version matching relationship:
MindSpore Transformers |
MindSpore |
CANN |
Firmware & Drivers |
---|---|---|---|
1.6.0 |
|||
1.5.0 |
|||
1.3.2 |
|||
1.3.0 |
|||
1.2.0 |
Installing Dependent Software
Install Firmware and Driver: Download the firmware and driver package through the Confirming Version Matching Relationship to download the installation package, and refer to the Ascend official tutorial for installation.
Install CANN and MindSpore: Follow the Manual Installation section on the MindSpore website for installation.
Installing MindSpore Transformers
Currently only source code compilation installation is supported for in-development version, users can execute the following command to install MindSpore Transformers:
git clone -b master https://gitee.com/mindspore/mindformers.git
cd mindformers
bash build.sh
Installation Verification
To determine whether MindSpore Transformers has been successfully installed, execute the following code:
python -c "import mindformers as mf;mf.run_check()"
A similar result as below proves that the installation was successful:
- INFO - All checks passed, used **** seconds, the environment is correctly set up!