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-05-28 17:39:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2025-05-28 17:39:55 +0800
Commit
d8b5a588989882508a1259095d5e5b8ae6f74d4f
d8b5a588
1 parent
16a34499
repair rknn wheels (#2257)
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
24 行增加
和
1 行删除
.github/workflows/build-wheels-aarch64-rknn.yaml
.github/workflows/build-wheels-aarch64-rknn.yaml
查看文件 @
d8b5a58
...
...
@@ -25,6 +25,11 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Setup Python
uses
:
actions/setup-python@v5
with
:
python-version
:
${{ matrix.python-version }}
-
name
:
Download rknn-toolkit2
shell
:
bash
run
:
|
...
...
@@ -109,10 +114,28 @@ jobs:
export SHERPA_ONNX_CMAKE_ARGS="-DSHERPA_ONNX_ENABLE_RKNN=ON"
python3 setup.py bdist_wheel
mv dist wheelhouse
-
name
:
Display results
shell
:
bash
run
:
|
ls -lh dist
ls -lh wheelhouse
-
name
:
Fix wheel name
shell
:
bash
run
:
|
python3 -m pip install auditwheel
auditwheel show ./wheelhouse/*.whl
auditwheel repair --help
auditwheel --verbose repair --plat manylinux_2_27_aarch64 \
--exclude librknnrt.so \
--exclude libasound.so.2 \
-w ./dist ./wheelhouse/*.whl
ls -lh dist/*.whl
-
name
:
Show glibc versions
shell
:
bash
...
...
请
注册
或
登录
后发表评论