Skip to content

Commit

Permalink
fix onnx compile (#3131)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostML authored Aug 24, 2022
1 parent d3ace6c commit 98eab22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddlenlp/ops/faster_transformer/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ if(ON_INFER)
endif()

if (WITH_ONNXRUNTIME)
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)
endif()

if (NOT WIN32)
Expand Down

0 comments on commit 98eab22

Please sign in to comment.