We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21798e2 commit eff1462Copy full SHA for eff1462
.github/workflows/main.yml
@@ -1,4 +1,4 @@
1
-name: main
+name: main
2
on:
3
push:
4
branches:
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
cd ./tests/Sdcb.PaddleOCR.Tests/bin/Release/net8.0/runtimes/linux-x64/native
53
54
- patchelf --add-needed libmklml_intel.so libpaddle_inference_c.so
+ patchelf --add-needed libmklml_intel.so libdnnl.so.3
55
56
# for so in $(find . -type f -name '*.so*'); do
57
# echo "================ $so ================"
0 commit comments