Closed hientq-1908 closed 1 year ago
To compile Paddle Backend, please use Paddle version 2.4 or later.
If you compile paddle backend with instructions similar to the following, the Paddle version of the PADDLE_INFERENCE_DIR
must be no less than 2.4.
cmake .. -DPADDLE_INFERENCE_DIR=../paddle-lib/paddle -DTRITON_COMMON_REPO_TAG=r21.10 -DTRITON_CORE_REPO_TAG=r21.10 -DTRITON_BACKEND_REPO_TAG=r21.10
Can anyone give me an idea how to fix this?