# 位数验证
python3 -c "import platform;print(platform.architecture()[0]);print(platform.machine())"

# 安装 paddlepaddle-gpu
python3 -m pip install paddlepaddle-gpu==2.6.1.post116 -f <https://www.paddlepaddle.org.cn/whl/linux/cudnnin/stable.html>