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
2023-09-22 18:50:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2023-09-22 18:50:52 +0800
Commit
65ec4dc74148e9ebbe794f9084113ef9cdb57108
65ec4dc7
1 parent
43b2b776
Update alternative URLs for onnxruntime 1.16.0 (#334)
隐藏空白字符变更
内嵌
并排对比
正在显示
10 个修改的文件
包含
20 行增加
和
20 行删除
cmake/onnxruntime-linux-aarch64.cmake
cmake/onnxruntime-linux-arm.cmake
cmake/onnxruntime-linux-x86_64-gpu.cmake
cmake/onnxruntime-linux-x86_64-static.cmake
cmake/onnxruntime-linux-x86_64.cmake
cmake/onnxruntime-osx-arm64.cmake
cmake/onnxruntime-osx-universal.cmake
cmake/onnxruntime-osx-x86_64.cmake
cmake/onnxruntime-win-x64-static.cmake
cmake/onnxruntime-win-x86-static.cmake
cmake/onnxruntime-linux-aarch64.cmake
查看文件 @
65ec4dc
...
...
@@ -10,8 +10,8 @@ if(NOT CMAKE_SYSTEM_PROCESSOR STREQUAL aarch64)
message
(
FATAL_ERROR
"This file is for aarch64 only. Given:
${
CMAKE_SYSTEM_PROCESSOR
}
"
)
endif
()
set
(
onnxruntime_URL
"https://huggingface.co/csukuangfj/sherpa-onnx-cmake-deps/resolve/main/onnxruntime-linux-aarch64-1.16.0.tgz"
)
set
(
onnxruntime_URL2
)
set
(
onnxruntime_URL
"https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.16.0/onnxruntime-linux-aarch64-1.16.0.tgz"
)
set
(
onnxruntime_URL2
"https://huggingface.co/csukuangfj/sherpa-onnx-cmake-deps/resolve/main/onnxruntime-linux-aarch64-1.16.0.tgz"
)
set
(
onnxruntime_HASH
"SHA256=8b15781d974803203c09df7d52c84d8c9f1ac7d949a97f515e4d2f5dc978d8af"
)
# If you don't have access to the Internet,
...
...
cmake/onnxruntime-linux-arm.cmake
查看文件 @
65ec4dc
...
...
@@ -10,8 +10,8 @@ if(NOT CMAKE_SYSTEM_PROCESSOR STREQUAL arm)
message
(
FATAL_ERROR
"This file is for arm only. Given:
${
CMAKE_SYSTEM_PROCESSOR
}
"
)
endif
()
set
(
onnxruntime_URL
"https://huggingface.co/csukuangfj/onnxruntime-libs/resolve/main/onnxruntime-linux-arm-1.16.0.zip"
)
set
(
onnxruntime_URL2
)
set
(
onnxruntime_URL
"https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.16.0/onnxruntime-linux-arm-1.16.0.zip"
)
set
(
onnxruntime_URL2
"https://huggingface.co/csukuangfj/onnxruntime-libs/resolve/main/onnxruntime-linux-arm-1.16.0.zip"
)
set
(
onnxruntime_HASH
"SHA256=0a63ea99fbba3ee399d6626c36752844ae93ae19bab30e4bf00d45cc8a13da02"
)
# If you don't have access to the Internet,
...
...
cmake/onnxruntime-linux-x86_64-gpu.cmake
查看文件 @
65ec4dc
...
...
@@ -18,8 +18,8 @@ if(NOT SHERPA_ONNX_ENABLE_GPU)
message
(
FATAL_ERROR
"This file is for NVIDIA GPU only. Given SHERPA_ONNX_ENABLE_GPU:
${
SHERPA_ONNX_ENABLE_GPU
}
"
)
endif
()
set
(
onnxruntime_URL
"https://huggingface.co/csukuangfj/sherpa-onnx-cmake-deps/resolve/main/onnxruntime-linux-x64-gpu-1.16.0.tgz"
)
set
(
onnxruntime_URL2
)
set
(
onnxruntime_URL
"https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.16.0/onnxruntime-linux-x64-gpu-1.16.0.tgz"
)
set
(
onnxruntime_URL2
"https://huggingface.co/csukuangfj/sherpa-onnx-cmake-deps/resolve/main/onnxruntime-linux-x64-gpu-1.16.0.tgz"
)
set
(
onnxruntime_HASH
"SHA256=f9cbf3d711f46d7e03ea43746ee9d1c7d8e82c171a4655f6591dd4d1ba1b9ec7"
)
# If you don't have access to the Internet,
...
...
cmake/onnxruntime-linux-x86_64-static.cmake
查看文件 @
65ec4dc
...
...
@@ -14,8 +14,8 @@ if(BUILD_SHARED_LIBS)
message
(
FATAL_ERROR
"This file is for building static libraries. BUILD_SHARED_LIBS:
${
BUILD_SHARED_LIBS
}
"
)
endif
()
set
(
onnxruntime_URL
"https://huggingface.co/csukuangfj/sherpa-onnx-cmake-deps/resolve/main/onnxruntime-linux-x64-static_lib-1.16.0.tgz"
)
set
(
onnxruntime_URL2
)
set
(
onnxruntime_URL
"https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.16.0/onnxruntime-linux-x64-static_lib-1.16.0.tgz"
)
set
(
onnxruntime_URL2
"https://huggingface.co/csukuangfj/sherpa-onnx-cmake-deps/resolve/main/onnxruntime-linux-x64-static_lib-1.16.0.tgz"
)
set
(
onnxruntime_HASH
"SHA256=a36e989c9a07f12bf16f63acb2217b02a0cf4ac75aa7bc27de76ae08706a5c1f"
)
# If you don't have access to the Internet,
...
...
cmake/onnxruntime-linux-x86_64.cmake
查看文件 @
65ec4dc
...
...
@@ -14,8 +14,8 @@ if(NOT BUILD_SHARED_LIBS)
message
(
FATAL_ERROR
"This file is for building shared libraries. BUILD_SHARED_LIBS:
${
BUILD_SHARED_LIBS
}
"
)
endif
()
set
(
onnxruntime_URL
"https://huggingface.co/csukuangfj/sherpa-onnx-cmake-deps/resolve/main/onnxruntime-linux-x64-1.16.0.tgz"
)
set
(
onnxruntime_URL2
)
set
(
onnxruntime_URL
"https://huggingface.co/csukuangfj/sherpa-onnx-cmake-deps/resolve/main/onnxruntime-linux-x64-1.16.0.tgz"
)
set
(
onnxruntime_URL2
"https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.16.0/onnxruntime-linux-x64-1.16.0.tgz"
)
set
(
onnxruntime_HASH
"SHA256=02bcd1e4fef295dacc3b232774efeaa0a83527f439f29147c3badade4df1f6dc"
)
# If you don't have access to the Internet,
...
...
cmake/onnxruntime-osx-arm64.cmake
查看文件 @
65ec4dc
...
...
@@ -8,8 +8,8 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
message
(
FATAL_ERROR
"This file is for macOS only. Given:
${
CMAKE_SYSTEM_NAME
}
"
)
endif
()
set
(
onnxruntime_URL
"https://huggingface.co/csukuangfj/sherpa-onnx-cmake-deps/resolve/main/onnxruntime-osx-arm64-1.16.0.tgz"
)
set
(
onnxruntime_URL2
)
set
(
onnxruntime_URL
"https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.16.0/onnxruntime-osx-arm64-1.16.0.tgz"
)
set
(
onnxruntime_URL2
"https://huggingface.co/csukuangfj/sherpa-onnx-cmake-deps/resolve/main/onnxruntime-osx-arm64-1.16.0.tgz"
)
set
(
onnxruntime_HASH
"SHA256=fec3b70ca4f642a5c6d5c3a6f3a4eddd4c1b9281893fe2c7ae03a3086e20c316"
)
# If you don't have access to the Internet,
...
...
cmake/onnxruntime-osx-universal.cmake
查看文件 @
65ec4dc
...
...
@@ -9,8 +9,8 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
message
(
FATAL_ERROR
"This file is for macOS only. Given:
${
CMAKE_SYSTEM_NAME
}
"
)
endif
()
set
(
onnxruntime_URL
"https://huggingface.co/csukuangfj/sherpa-onnx-cmake-deps/resolve/main/onnxruntime-osx-universal2-1.16.0.tgz"
)
set
(
onnxruntime_URL2
)
set
(
onnxruntime_URL
"https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.16.0/onnxruntime-osx-universal2-1.16.0.tgz"
)
set
(
onnxruntime_URL2
"https://huggingface.co/csukuangfj/sherpa-onnx-cmake-deps/resolve/main/onnxruntime-osx-universal2-1.16.0.tgz"
)
set
(
onnxruntime_HASH
"SHA256=e5b69ece634cf1cd5cf4b45ab478417199a5e8ab5775f6f12560e09dc5ef7749"
)
# If you don't have access to the Internet,
...
...
cmake/onnxruntime-osx-x86_64.cmake
查看文件 @
65ec4dc
...
...
@@ -8,8 +8,8 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
message
(
FATAL_ERROR
"This file is for macOS only. Given:
${
CMAKE_SYSTEM_NAME
}
"
)
endif
()
set
(
onnxruntime_URL
"https://huggingface.co/csukuangfj/sherpa-onnx-cmake-deps/resolve/main/onnxruntime-osx-x86_64-1.16.0.tgz"
)
set
(
onnxruntime_URL2
)
set
(
onnxruntime_URL
"https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.16.0/onnxruntime-osx-x86_64-1.16.0.tgz"
)
set
(
onnxruntime_URL2
"https://huggingface.co/csukuangfj/sherpa-onnx-cmake-deps/resolve/main/onnxruntime-osx-x86_64-1.16.0.tgz"
)
set
(
onnxruntime_HASH
"SHA256=3d639a269af4e97a455f23cff363a709ef3a5f3e086162e65e3395c339122285"
)
# If you don't have access to the Internet,
...
...
cmake/onnxruntime-win-x64-static.cmake
查看文件 @
65ec4dc
...
...
@@ -15,8 +15,8 @@ if(BUILD_SHARED_LIBS)
message
(
FATAL_ERROR
"This file is for building static libraries. BUILD_SHARED_LIBS:
${
BUILD_SHARED_LIBS
}
"
)
endif
()
set
(
onnxruntime_URL
"https://huggingface.co/csukuangfj/onnxruntime-libs/resolve/main/onnxruntime-win-x64-static-1.16.0.tar.bz2"
)
set
(
onnxruntime_URL2
""
)
set
(
onnxruntime_URL
"https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.16.0/onnxruntime-win-x64-static-1.16.0.tar.bz2"
)
set
(
onnxruntime_URL2
"https://huggingface.co/csukuangfj/onnxruntime-libs/resolve/main/onnxruntime-win-x64-static-1.16.0.tar.bz2"
)
set
(
onnxruntime_HASH
"SHA256=d1b87e8a438a7e31b46bf13a194c5ac38fdf60ebeefef82692008e42e3242776"
)
# If you don't have access to the Internet,
...
...
cmake/onnxruntime-win-x86-static.cmake
查看文件 @
65ec4dc
...
...
@@ -15,8 +15,8 @@ if(BUILD_SHARED_LIBS)
message
(
FATAL_ERROR
"This file is for building static libraries. BUILD_SHARED_LIBS:
${
BUILD_SHARED_LIBS
}
"
)
endif
()
set
(
onnxruntime_URL
"https://huggingface.co/csukuangfj/onnxruntime-libs/resolve/main/onnxruntime-win-x86-static-1.16.0.tar.bz2"
)
set
(
onnxruntime_URL2
""
)
set
(
onnxruntime_URL
"https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.16.0/onnxruntime-win-x86-static-1.16.0.tar.bz2"
)
set
(
onnxruntime_URL2
"https://huggingface.co/csukuangfj/onnxruntime-libs/resolve/main/onnxruntime-win-x86-static-1.16.0.tar.bz2"
)
set
(
onnxruntime_HASH
"SHA256=aedb6b5275f7832ac5117db8e40328a0842ae8ce6749a0c99bcb4218c53fdc60"
)
# If you don't have access to the Internet,
...
...
请
注册
或
登录
后发表评论