Skip to content

Commit

Permalink
[Backend] Update paddle inference version (#990)
Browse files Browse the repository at this point in the history
2.4-dev3 -> 2.4-dev4
  • Loading branch information
joey12300 committed Dec 29, 2022
1 parent d58e352 commit 9795a52
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 @@ -62,7 +62,7 @@ if(PADDLEINFERENCE_DIRECTORY)
execute_process(COMMAND ${Python_EXECUTABLE} ${PROJECT_SOURCE_DIR}/scripts/copy_directory.py ${PADDLEINFERENCE_DIRECTORY} ${THIRD_PARTY_PATH}/install/paddle_inference)
else()
set(PADDLEINFERENCE_URL_BASE "https://bj.bcebos.com/fastdeploy/third_libs/")
set(PADDLEINFERENCE_VERSION "2.4-dev3")
set(PADDLEINFERENCE_VERSION "2.4-dev4")
if(WIN32)
if (WITH_GPU)
set(PADDLEINFERENCE_FILE "paddle_inference-win-x64-gpu-trt-${PADDLEINFERENCE_VERSION}.zip")
Expand Down

0 comments on commit 9795a52

Please sign in to comment.