Skip to content

Commit 1107c0c

Browse files
committed
update docs
1 parent ccfadfd commit 1107c0c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/third_party/onnxruntime-mac-x86_64-build.zh.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -379,11 +379,11 @@ bash ./build.sh --skip_tests --config Release --build_shared_lib --parallel
379379

380380
编译成功:
381381
```shell
382-
[ 98%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/yanjunqiu/Desktop/third_party/library/onnxruntime/onnxruntime/contrib_ops/cpu/skip_layer_norm.cc.o
383-
[ 98%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/yanjunqiu/Desktop/third_party/library/onnxruntime/onnxruntime/contrib_ops/cpu/tokenizer.cc.o
384-
[100%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/yanjunqiu/Desktop/third_party/library/onnxruntime/onnxruntime/contrib_ops/cpu/trilu.cc.o
385-
[100%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/yanjunqiu/Desktop/third_party/library/onnxruntime/onnxruntime/contrib_ops/cpu/unique.cc.o
386-
[100%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/yanjunqiu/Desktop/third_party/library/onnxruntime/onnxruntime/contrib_ops/cpu/word_conv_embedding.cc.o
382+
[ 98%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/xxx/Desktop/third_party/library/onnxruntime/onnxruntime/contrib_ops/cpu/skip_layer_norm.cc.o
383+
[ 98%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/xxx/Desktop/third_party/library/onnxruntime/onnxruntime/contrib_ops/cpu/tokenizer.cc.o
384+
[100%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/xxx/Desktop/third_party/library/onnxruntime/onnxruntime/contrib_ops/cpu/trilu.cc.o
385+
[100%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/xxx/Desktop/third_party/library/onnxruntime/onnxruntime/contrib_ops/cpu/unique.cc.o
386+
[100%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/xxx/Desktop/third_party/library/onnxruntime/onnxruntime/contrib_ops/cpu/word_conv_embedding.cc.o
387387
[100%] Linking CXX static library libonnxruntime_providers.a
388388
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libonnxruntime_providers.a(dft.cc.o) has no symbols
389389
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libonnxruntime_providers.a(window_functions.cc.o) has no symbols
@@ -400,7 +400,7 @@ bash ./build.sh --skip_tests --config Release --build_shared_lib --parallel
400400
![](resources/onnxruntime-mac-x86_64-build-release.png)
401401
我们使用otool来查看一下libonnxruntime的依赖库路径:
402402
![](resources/onnxruntime-mac-x86_64-build-otool.png)
403-
看起来挺正常。你可以在这里找到我编译好的动态库[libonnxruntime.1.7.0.dylib](https://github.com/DefTruth/litehub/tree/main/third_party) ,以及一些c++接口的使用案例[onnxruntime-c++-examples](https://github.com/DefTruth/litehub/tree/main/examples/ort/cv) , 文档内容可以在[onnxruntime-mac-x86_64-build-cn.md](https://github.com/DefTruth/litehub/blob/main/docs/third_party/onnxruntime-mac-x86_64-build-cn.md) 中找到。
403+
看起来挺正常。你可以在这里找到我编译好的动态库[libonnxruntime.1.7.0.dylib](https://github.com/DefTruth/lite.ai/tree/main/third_party) ,以及一些c++接口的使用案例[onnxruntime-c++-examples](https://github.com/DefTruth/litehub/tree/main/examples/ort/cv) , 文档内容可以在[onnxruntime-mac-x86_64-build-cn.md](https://github.com/DefTruth/litehub/blob/main/docs/third_party/onnxruntime-mac-x86_64-build-cn.md) 中找到。
404404

405405
## 6. 参考资料
406406
* [1] [onnxruntime-MacOS CI Pipeline](https://dev.azure.com/onnxruntime/onnxruntime/_build/results?buildId=354028&view=logs&j=7636b40b-abcf-5c6b-cc48-bcd7d4ae0854&t=4f922874-195a-5571-f5f1-e2f658fa1687)

0 commit comments

Comments
 (0)