Environment Requirements
This document uses Paddle Inference 3.3.1 as an example to describe how to install Paddle Inference on openEuler 24.03 LTS SP3. In addition, this section describes other environments supported by Paddle Inference installed on Kunpeng servers.
Supported Versions
OS |
Python |
Paddle Inference |
|---|---|---|
openEuler 24.03 LTS SP3 |
Python 3.11.6 |
For the default verification environment, you are advised to use Paddle Inference 3.3.1 source code to build products. |
openEuler 22.03 LTS SP4 |
Python 3.9.9 |
Available in the Python 3.9.9. You are advised to re-build Paddle Inference 3.3.1 using the source code based on the target environment. |
Dependent Component Requirements
Component |
Version |
|---|---|
GCC/G++ |
12.3.1 |
CMake |
3.27.9 |
Ninja |
1.13.0 |
CUDA Toolkit |
13.0 |
cuDNN |
9.21 |
Paddle Inference |
3.3.1 with build products based on source code |
Parent topic: Preparations