Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Verify paddle.
python3
Access the Python 3 interpreter.
Input the following command:
import paddle
Then input the following command:
paddle.utils.run_check()
If the following information is displayed, the verification is successful.

Parent topic: paddle 2.3.1 Porting Guide (Kylin V10)