Skip to content

Commit 98eab22

Browse files
authored
fix onnx compile (#3131)
1 parent d3ace6c commit 98eab22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddlenlp/ops/faster_transformer/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ if(ON_INFER)
146146
endif()
147147

148148
if (WITH_ONNXRUNTIME)
149-
set(DEPS ${DEPS} ${PADDLE_LIB_THIRD_PARTY_PATH}onnxruntime/lib/libonnxruntime.so.1.10.0 paddle2onnx)
149+
set(DEPS ${DEPS} ${PADDLE_LIB_THIRD_PARTY_PATH}onnxruntime/lib/libonnxruntime.so paddle2onnx)
150150
endif()
151151

152152
if (NOT WIN32)

0 commit comments

Comments
 (0)