Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
hantengc
2024-06-25 16:21:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-06-25 16:21:36 +0800
Commit
dfca4500aa713cdc9ba1d83fc16f579584c4e8a5
dfca4500
1 parent
2f8c4896
Resolve issues with using pre-installed onnxruntime (#1058)
There is an issue with the directory, ${location_onnxruntime_header_dir} may be NOT-FOUND
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
cmake/onnxruntime.cmake
cmake/onnxruntime.cmake
查看文件 @
dfca450
...
...
@@ -136,8 +136,8 @@ if(SHERPA_ONNX_USE_PRE_INSTALLED_ONNXRUNTIME_IF_AVAILABLE)
else
()
find_path
(
location_onnxruntime_header_dir onnxruntime_cxx_api.h
PATHS
/usr/include
/usr/local/include
/usr/include/onnxruntime
/usr/local/include/onnxruntime
)
endif
()
...
...
请
注册
或
登录
后发表评论