Skip to content

Commit 8c44ff8

Browse files
committed
paddle2onnx update version to 1.0.0rc2 (PaddlePaddle#44759)
1 parent b71833e commit 8c44ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external/paddle2onnx.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endif()
2424
include(ExternalProject)
2525

2626
set(PADDLE2ONNX_PROJECT "extern_paddle2onnx")
27-
set(PADDLE2ONNX_VERSION "0.9.9")
27+
set(PADDLE2ONNX_VERSION "1.0.0rc2")
2828
set(PADDLE2ONNX_PREFIX_DIR ${THIRD_PARTY_PATH}/paddle2onnx)
2929
set(PADDLE2ONNX_SOURCE_DIR
3030
${THIRD_PARTY_PATH}/paddle2onnx/src/${PADDLE2ONNX_PROJECT})

0 commit comments

Comments
 (0)