Revert Paddle Inference to No TRT version (#355)

This commit is contained in:
Jason
2022-10-12 19:39:37 +08:00
committed by GitHub
parent b557dbc2d8
commit e6f8bd90cf

View File

@@ -69,7 +69,7 @@ else()
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-${PADDLEINFERENCE_VERSION}.tgz")
endif()
endif()
endif()