Skip to content

Commit

Permalink
paddle2onnx update version to 1.0.0rc2 (PaddlePaddle#44759)
Browse files Browse the repository at this point in the history
  • Loading branch information
heliqi committed Aug 1, 2022
1 parent b71833e commit 8c44ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/external/paddle2onnx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ endif()
include(ExternalProject)

set(PADDLE2ONNX_PROJECT "extern_paddle2onnx")
set(PADDLE2ONNX_VERSION "0.9.9")
set(PADDLE2ONNX_VERSION "1.0.0rc2")
set(PADDLE2ONNX_PREFIX_DIR ${THIRD_PARTY_PATH}/paddle2onnx)
set(PADDLE2ONNX_SOURCE_DIR
${THIRD_PARTY_PATH}/paddle2onnx/src/${PADDLE2ONNX_PROJECT})
Expand Down

0 comments on commit 8c44ff8

Please sign in to comment.