We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ace6c commit 98eab22Copy full SHA for 98eab22
paddlenlp/ops/faster_transformer/src/CMakeLists.txt
@@ -146,7 +146,7 @@ if(ON_INFER)
146
endif()
147
148
if (WITH_ONNXRUNTIME)
149
- set(DEPS ${DEPS} ${PADDLE_LIB_THIRD_PARTY_PATH}onnxruntime/lib/libonnxruntime.so.1.10.0 paddle2onnx)
+ set(DEPS ${DEPS} ${PADDLE_LIB_THIRD_PARTY_PATH}onnxruntime/lib/libonnxruntime.so paddle2onnx)
150
151
152
if (NOT WIN32)
0 commit comments