Skip to content

Commit

Permalink
Revert "[Backend]update p2o version to 1.0.4 (#800)"
Browse files Browse the repository at this point in the history
This reverts commit 655145f.
  • Loading branch information
jiangjiajun authored Dec 6, 2022
1 parent c4bb83e commit 4cbb0ff
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.4")
set(PADDLE2ONNX_VERSION "1.0.4rc0")
if(WIN32)
set(PADDLE2ONNX_FILE "paddle2onnx-win-x64-${PADDLE2ONNX_VERSION}.zip")
if(NOT CMAKE_CL_64)
Expand Down

0 comments on commit 4cbb0ff

Please sign in to comment.