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
2025-01-13 12:00:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2025-01-13 12:00:45 +0800
Commit
ce71b6327a7f5e3c08517eee4abc8b4e1daf0418
ce71b632
1 parent
cbe07ac1
Fix building wheels (#1703)
隐藏空白字符变更
内嵌
并排对比
正在显示
6 个修改的文件
包含
6 行增加
和
10 行删除
.github/workflows/build-wheels-aarch64-cuda.yaml
.github/workflows/build-wheels-aarch64.yaml
.github/workflows/build-wheels-linux.yaml
flutter/sherpa_onnx_ios/README.md
flutter/sherpa_onnx_macos/README.md
flutter/sherpa_onnx_windows/README.md
.github/workflows/build-wheels-aarch64-cuda.yaml
查看文件 @
ce71b63
...
...
@@ -20,7 +20,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
os
:
[
ubuntu-
latest
]
os
:
[
ubuntu-
20.04
]
python-version
:
[
"
cp37"
,
"
cp38"
,
"
cp39"
,
"
cp310"
,
"
cp311"
,
"
cp312"
,
"
cp313"
]
manylinux
:
[
manylinux2014
]
#, manylinux_2_28]
...
...
@@ -60,7 +60,6 @@ jobs:
ls -lh ./wheelhouse/
-
name
:
Install patchelf
if
:
matrix.os == 'ubuntu-latest'
shell
:
bash
run
:
|
sudo apt-get update -q
...
...
@@ -69,7 +68,6 @@ jobs:
-
name
:
Patch wheels
shell
:
bash
if
:
matrix.os == 'ubuntu-latest'
run
:
|
mkdir ./wheels
sudo ./scripts/wheel/patch_wheel.py --in-dir ./wheelhouse --out-dir ./wheels
...
...
.github/workflows/build-wheels-aarch64.yaml
查看文件 @
ce71b63
...
...
@@ -20,7 +20,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
os
:
[
ubuntu-
latest
]
os
:
[
ubuntu-
20.04
]
python-version
:
[
"
cp37"
,
"
cp38"
,
"
cp39"
,
"
cp310"
,
"
cp311"
,
"
cp312"
,
"
cp313"
]
manylinux
:
[
manylinux2014
]
#, manylinux_2_28]
...
...
@@ -60,7 +60,6 @@ jobs:
ls -lh ./wheelhouse/
-
name
:
Install patchelf
if
:
matrix.os == 'ubuntu-latest'
shell
:
bash
run
:
|
sudo apt-get update -q
...
...
@@ -69,7 +68,6 @@ jobs:
-
name
:
Patch wheels
shell
:
bash
if
:
matrix.os == 'ubuntu-latest'
run
:
|
mkdir ./wheels
sudo ./scripts/wheel/patch_wheel.py --in-dir ./wheelhouse --out-dir ./wheels
...
...
.github/workflows/build-wheels-linux.yaml
查看文件 @
ce71b63
...
...
@@ -20,7 +20,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
os
:
[
ubuntu-
latest
]
os
:
[
ubuntu-
20.04
]
python-version
:
[
"
cp37"
,
"
cp38"
,
"
cp39"
,
"
cp310"
,
"
cp311"
,
"
cp312"
,
"
cp313"
]
manylinux
:
[
manylinux2014
]
#, manylinux_2_28]
...
...
flutter/sherpa_onnx_ios/README.md
查看文件 @
ce71b63
# sherpa_onnx_
linux
# sherpa_onnx_
ios
This is a sub project of
[
sherpa-onnx
](
https://github.com/k2-fsa/sherpa-onnx
)
.
...
...
flutter/sherpa_onnx_macos/README.md
查看文件 @
ce71b63
# sherpa_onnx_
linux
# sherpa_onnx_
macos
This is a sub project of
[
sherpa-onnx
](
https://github.com/k2-fsa/sherpa-onnx
)
.
...
...
flutter/sherpa_onnx_windows/README.md
查看文件 @
ce71b63
# sherpa_onnx_
linux
# sherpa_onnx_
windows
This is a sub project of
[
sherpa-onnx
](
https://github.com/k2-fsa/sherpa-onnx
)
.
...
...
请
注册
或
登录
后发表评论