mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +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")
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user