[Bug Fix] fixed fastdeploy & paddle_inference import conflict (#1780)

* [cmake] Update paddle_inference.cmake

* Update paddle_inference.cmake

* Update paddle_inference.cmake
This commit is contained in:
DefTruth
2023-04-08 19:25:44 +08:00
committed by GitHub
parent 7b0c55d0c5
commit c90aa7bd6f

View File

@@ -103,7 +103,7 @@ else()
set(PADDLEINFERENCE_FILE "paddle_inference-linux-x64-${PADDLEINFERENCE_VERSION}.tgz")
if(WITH_GPU)
#set(PADDLEINFERENCE_FILE "paddle_inference-linux-x64-gpu-trt-${PADDLEINFERENCE_VERSION}.tgz")
set(PADDLEINFERENCE_FILE "paddle_inference-linux-x64-gpu-trt-2.4-dev8.tgz")
set(PADDLEINFERENCE_FILE "paddle_inference-linux-x64-gpu-trt-2.4-dev-20230408.tgz")
endif()
if (WITH_IPU)
set(PADDLEINFERENCE_VERSION "2.4-dev1")