[Backend] Fix version of Paddle Inference with IPU (#467)

Fix version of Paddle Inference with IPU
This commit is contained in:
Jason
2022-11-01 10:13:44 +08:00
committed by GitHub
parent 441b82de29
commit c76992c906

View File

@@ -72,6 +72,7 @@ else()
set(PADDLEINFERENCE_FILE "paddle_inference-linux-x64-gpu-trt-${PADDLEINFERENCE_VERSION}.tgz")
endif()
if (WITH_IPU)
set(PADDLEINFERENCE_VERSION "2.4-dev1")
set(PADDLEINFERENCE_FILE "paddle_inference-linux-x64-ipu-${PADDLEINFERENCE_VERSION}.tgz")
endif()
endif()