mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-24 01:29:57 +08:00
[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:
@@ -103,7 +103,7 @@ else()
|
|||||||
set(PADDLEINFERENCE_FILE "paddle_inference-linux-x64-${PADDLEINFERENCE_VERSION}.tgz")
|
set(PADDLEINFERENCE_FILE "paddle_inference-linux-x64-${PADDLEINFERENCE_VERSION}.tgz")
|
||||||
if(WITH_GPU)
|
if(WITH_GPU)
|
||||||
#set(PADDLEINFERENCE_FILE "paddle_inference-linux-x64-gpu-trt-${PADDLEINFERENCE_VERSION}.tgz")
|
#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()
|
endif()
|
||||||
if (WITH_IPU)
|
if (WITH_IPU)
|
||||||
set(PADDLEINFERENCE_VERSION "2.4-dev1")
|
set(PADDLEINFERENCE_VERSION "2.4-dev1")
|
||||||
|
|||||||
Reference in New Issue
Block a user