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
Fangjun Kuang
2022-10-12 11:28:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a0a088241955b062b1094c1145a9e59032960b21
a0a08824
1 parent
77ccd625
small fixes
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
cmake/onnxruntime.cmake
cmake/onnxruntime.cmake
查看文件 @
a0a0882
...
...
@@ -10,7 +10,7 @@ function(download_onnxruntime)
include
(
FetchContent
)
if
(
UNIX AND NOT APPLE
)
#
set(onnxruntime_URL "http://github.com/microsoft/onnxruntime/releases/download/v1.12.1/onnxruntime-linux-x64-1.12.1.tgz")
set
(
onnxruntime_URL
"http://github.com/microsoft/onnxruntime/releases/download/v1.12.1/onnxruntime-linux-x64-1.12.1.tgz"
)
# If you don't have access to the internet, you can first download onnxruntime to some directory, and the use
# set(onnxruntime_URL "file:///ceph-fj/fangjun/open-source/sherpa-onnx/onnxruntime-linux-x64-1.12.1.tgz")
...
...
请
注册
或
登录
后发表评论