mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-08 18:11:00 +08:00
[Bug Fix] fix fastdeploy & paddle import conflict on windows (#1796)
Update paddle_inference.cmake
This commit is contained in:
@@ -84,7 +84,8 @@ else()
|
||||
if(WIN32)
|
||||
set(PADDLEINFERENCE_VERSION "2.4-dev6") # dev7 for win is not ready now!
|
||||
if (WITH_GPU)
|
||||
set(PADDLEINFERENCE_FILE "paddle_inference-win-x64-gpu-trt-${PADDLEINFERENCE_VERSION}.zip")
|
||||
# set(PADDLEINFERENCE_FILE "paddle_inference-win-x64-gpu-trt-${PADDLEINFERENCE_VERSION}.zip")
|
||||
set(PADDLEINFERENCE_FILE "paddle_inference-win-x64-gpu-trt-2.4-dev-20230410.zip")
|
||||
else()
|
||||
set(PADDLEINFERENCE_FILE "paddle_inference-win-x64-${PADDLEINFERENCE_VERSION}.zip")
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user