Skip to content

Commit

Permalink
Revert Paddle Inference to No TRT version (PaddlePaddle#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangjiajun authored Oct 12, 2022
1 parent b557dbc commit e6f8bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/paddle_inference.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e6f8bd9

Please sign in to comment.