Skip to content

Commit

Permalink
[Backend]update p2o version to 1.0.4 (PaddlePaddle#800)
Browse files Browse the repository at this point in the history
update p2o version to 1.0.4
  • Loading branch information
yeliang2258 authored Dec 5, 2022
1 parent 8b6bb17 commit 655145f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/paddle2onnx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ else()
endif(WIN32)

set(PADDLE2ONNX_URL_BASE "https://bj.bcebos.com/fastdeploy/third_libs/")
set(PADDLE2ONNX_VERSION "1.0.4rc0")
set(PADDLE2ONNX_VERSION "1.0.4")
if(WIN32)
set(PADDLE2ONNX_FILE "paddle2onnx-win-x64-${PADDLE2ONNX_VERSION}.zip")
if(NOT CMAKE_CL_64)
Expand Down

0 comments on commit 655145f

Please sign in to comment.