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
2024-02-20 15:28:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-02-20 15:28:47 +0800
Commit
12e522540165ac9febc880b82b066d3276f60e43
12e52254
1 parent
d2cc48de
Fix CI warnings (#590)
隐藏空白字符变更
内嵌
并排对比
正在显示
38 个修改的文件
包含
57 行增加
和
57 行删除
.github/workflows/aarch64-linux-gnu-shared.yaml
.github/workflows/aarch64-linux-gnu-static.yaml
.github/workflows/android.yaml
.github/workflows/apk-kws.yaml
.github/workflows/apk-tts-engine.yaml
.github/workflows/apk-tts.yaml
.github/workflows/apk.yaml
.github/workflows/arm-linux-gnueabihf.yaml
.github/workflows/build-wheels-aarch64.yaml
.github/workflows/build-wheels-armv7l.yaml
.github/workflows/build-wheels-linux.yaml
.github/workflows/build-wheels-macos-arm64.yaml
.github/workflows/build-wheels-macos-x64.yaml
.github/workflows/build-wheels-win32.yaml
.github/workflows/build-wheels-win64.yaml
.github/workflows/build-xcframework.yaml
.github/workflows/export-3dspeaker-to-onnx.yaml
.github/workflows/export-nemo-speaker-verification-to-onnx.yaml
.github/workflows/export-vits-ljspeech-to-onnx.yaml
.github/workflows/export-wenet-to-onnx.yaml
.github/workflows/export-wespeaker-to-onnx.yaml
.github/workflows/export-whisper-to-onnx.yaml
.github/workflows/linux.yaml
.github/workflows/mfc.yaml
.github/workflows/npm.yaml
.github/workflows/pkg-config.yaml
.github/workflows/run-python-test.yaml
.github/workflows/style_check.yaml
.github/workflows/test-build-wheel.yaml
.github/workflows/test-dot-net-nuget.yaml
.github/workflows/test-dot-net.yaml
.github/workflows/test-go-package.yaml
.github/workflows/test-go.yaml
.github/workflows/test-nodejs-npm.yaml
.github/workflows/test-nodejs.yaml
.github/workflows/test-pip-install.yaml
.github/workflows/test-python-offline-websocket-server.yaml
.github/workflows/test-python-online-websocket-server.yaml
.github/workflows/aarch64-linux-gnu-shared.yaml
查看文件 @
12e5225
...
...
@@ -50,7 +50,7 @@ jobs:
-
name
:
cache-qemu
id
:
cache-qemu
uses
:
actions/cache@v
3
uses
:
actions/cache@v
4
with
:
path
:
qemu-install
key
:
qemu-aarch64-install-20220908
...
...
@@ -79,7 +79,7 @@ jobs:
-
name
:
cache-toolchain
id
:
cache-toolchain
uses
:
actions/cache@v
3
uses
:
actions/cache@v
4
with
:
path
:
toolchain
key
:
gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu.tar.xz
...
...
@@ -170,7 +170,7 @@ jobs:
tar cjvf ${dst}.tar.bz2 $dst
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
name
:
sherpa-onnx-linux-aarch64-shared
path
:
sherpa-onnx-*linux-aarch64-shared.tar.bz2
...
...
.github/workflows/aarch64-linux-gnu-static.yaml
查看文件 @
12e5225
...
...
@@ -50,7 +50,7 @@ jobs:
-
name
:
cache-qemu
id
:
cache-qemu
uses
:
actions/cache@v
3
uses
:
actions/cache@v
4
with
:
path
:
qemu-install
key
:
qemu-aarch64-install-20220908
...
...
@@ -79,7 +79,7 @@ jobs:
-
name
:
cache-toolchain
id
:
cache-toolchain
uses
:
actions/cache@v
3
uses
:
actions/cache@v
4
with
:
path
:
toolchain
key
:
gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu.tar.xz
...
...
@@ -161,7 +161,7 @@ jobs:
tar cjvf ${dst}.tar.bz2 $dst
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
name
:
sherpa-onnx-linux-aarch64-static
path
:
sherpa-onnx-*linux-aarch64-static.tar.bz2
...
...
.github/workflows/android.yaml
查看文件 @
12e5225
...
...
@@ -103,7 +103,7 @@ jobs:
ls -lh
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
name
:
sherpa-onnx-android-libs
path
:
./jniLibs
...
...
.github/workflows/apk-kws.yaml
查看文件 @
12e5225
...
...
@@ -61,7 +61,7 @@ jobs:
run
:
|
ls -lh ./apks/
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
path
:
./apks/*.apk
...
...
.github/workflows/apk-tts-engine.yaml
查看文件 @
12e5225
...
...
@@ -84,7 +84,7 @@ jobs:
ls -lh ./apks/
du -h -d1 .
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
if
:
false
with
:
name
:
tts-engine-apk
...
...
.github/workflows/apk-tts.yaml
查看文件 @
12e5225
...
...
@@ -85,7 +85,7 @@ jobs:
ls -lh ./apks/
du -h -d1 .
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
if
:
false
with
:
name
:
tts-apk
...
...
.github/workflows/apk.yaml
查看文件 @
12e5225
...
...
@@ -63,7 +63,7 @@ jobs:
run
:
|
ls -lh ./apks/
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
path
:
./apks/*.apk
...
...
.github/workflows/arm-linux-gnueabihf.yaml
查看文件 @
12e5225
...
...
@@ -51,7 +51,7 @@ jobs:
-
name
:
cache-qemu
id
:
cache-qemu
uses
:
actions/cache@v
3
uses
:
actions/cache@v
4
with
:
path
:
qemu-install
key
:
qemu-arm-install-20220907
...
...
@@ -80,7 +80,7 @@ jobs:
-
name
:
cache-toolchain
id
:
cache-toolchain
uses
:
actions/cache@v
3
uses
:
actions/cache@v
4
with
:
path
:
toolchain
key
:
gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf
...
...
@@ -177,13 +177,13 @@ jobs:
tar cjvf ${dst}.tar.bz2 $dst
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
if
:
matrix.lib_type == 'shared'
with
:
name
:
sherpa-onnx-linux-arm-gnueabihf-shared
path
:
sherpa-onnx-*linux-arm-gnueabihf-shared.tar.bz2
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
if
:
matrix.lib_type == 'static'
with
:
name
:
sherpa-onnx-linux-arm-gnueabihf-static
...
...
.github/workflows/build-wheels-aarch64.yaml
查看文件 @
12e5225
...
...
@@ -88,7 +88,7 @@ jobs:
git commit -m "add more wheels"
git push https://csukuangfj:$HF_TOKEN@huggingface.co/csukuangfj/sherpa-onnx-wheels main
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
path
:
./wheelhouse/*.whl
...
...
.github/workflows/build-wheels-armv7l.yaml
查看文件 @
12e5225
...
...
@@ -113,7 +113,7 @@ jobs:
git push https://csukuangfj:$HF_TOKEN@huggingface.co/csukuangfj/sherpa-onnx-wheels main
-
name
:
Upload wheel
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
name
:
sherpa_onnx-${{ env.SHERPA_ONNX_VERSION }}-cp${{ env.PYTHON_VERSION }}-cp${{ env.PYTHON_VERSION }}-linux_armv7l.whl.zip
path
:
./wheelhouse/*.whl
...
...
.github/workflows/build-wheels-linux.yaml
查看文件 @
12e5225
...
...
@@ -71,7 +71,7 @@ jobs:
rm -rf ./wheelhouse
mv ./wheels ./wheelhouse
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
path
:
./wheelhouse/*.whl
...
...
.github/workflows/build-wheels-macos-arm64.yaml
查看文件 @
12e5225
...
...
@@ -60,7 +60,7 @@ jobs:
ls -lh ./wheelhouse/*.whl
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
path
:
./wheelhouse/*.whl
...
...
.github/workflows/build-wheels-macos-x64.yaml
查看文件 @
12e5225
...
...
@@ -60,7 +60,7 @@ jobs:
ls -lh ./wheelhouse/*.whl
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
path
:
./wheelhouse/*.whl
...
...
.github/workflows/build-wheels-win32.yaml
查看文件 @
12e5225
...
...
@@ -45,7 +45,7 @@ jobs:
ls -lh ./wheelhouse/*.whl
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
path
:
./wheelhouse/*.whl
...
...
.github/workflows/build-wheels-win64.yaml
查看文件 @
12e5225
...
...
@@ -44,7 +44,7 @@ jobs:
ls -lh ./wheelhouse/*.whl
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
path
:
./wheelhouse/*.whl
...
...
.github/workflows/build-xcframework.yaml
查看文件 @
12e5225
...
...
@@ -57,7 +57,7 @@ jobs:
ls -lh
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
name
:
sherpa-onnx-ios-libs
path
:
./build-ios
...
...
.github/workflows/export-3dspeaker-to-onnx.yaml
查看文件 @
12e5225
...
...
@@ -22,7 +22,7 @@ jobs:
-
uses
:
actions/checkout@v4
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
python-version
:
${{ matrix.python-version }}
...
...
.github/workflows/export-nemo-speaker-verification-to-onnx.yaml
查看文件 @
12e5225
...
...
@@ -22,7 +22,7 @@ jobs:
-
uses
:
actions/checkout@v4
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
python-version
:
${{ matrix.python-version }}
...
...
.github/workflows/export-vits-ljspeech-to-onnx.yaml
查看文件 @
12e5225
...
...
@@ -77,17 +77,17 @@ jobs:
python3 ./test.py
ls -lh *.wav
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
name
:
test-0.wav
path
:
scripts/vits/test-0.wav
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
name
:
test-1.wav
path
:
scripts/vits/test-1.wav
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
name
:
test-2.wav
path
:
scripts/vits/test-2.wav
...
...
.github/workflows/export-wenet-to-onnx.yaml
查看文件 @
12e5225
...
...
@@ -22,7 +22,7 @@ jobs:
-
uses
:
actions/checkout@v4
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
python-version
:
${{ matrix.python-version }}
...
...
.github/workflows/export-wespeaker-to-onnx.yaml
查看文件 @
12e5225
...
...
@@ -22,7 +22,7 @@ jobs:
-
uses
:
actions/checkout@v4
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
python-version
:
${{ matrix.python-version }}
...
...
.github/workflows/export-whisper-to-onnx.yaml
查看文件 @
12e5225
...
...
@@ -24,7 +24,7 @@ jobs:
-
uses
:
actions/checkout@v4
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
python-version
:
${{ matrix.python-version }}
...
...
.github/workflows/linux.yaml
查看文件 @
12e5225
...
...
@@ -129,7 +129,7 @@ jobs:
ls -lh build/bin/sherpa-onnx
readelf -d build/bin/sherpa-onnx
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
if
:
matrix.shared_lib == 'OFF' && matrix.build_type == 'Release'
with
:
name
:
release-static
...
...
@@ -234,7 +234,7 @@ jobs:
overwrite
:
true
file
:
sherpa-onnx-*linux-x64.tar.bz2
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
name
:
tts-generated-test-files
path
:
tts
...
...
.github/workflows/mfc.yaml
查看文件 @
12e5225
...
...
@@ -104,19 +104,19 @@ jobs:
ls -lh
-
name
:
Upload artifact tts
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
name
:
non-streaming-tts-${{ matrix.arch }}
path
:
./mfc-examples/${{ matrix.arch }}/sherpa-onnx-non-streaming-tts-*.exe
-
name
:
Upload artifact
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
name
:
streaming-speech-recognition-${{ matrix.arch }}
path
:
./mfc-examples/${{ matrix.arch }}/Release/sherpa-onnx-streaming-asr-*.exe
-
name
:
Upload artifact
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
name
:
non-streaming-speech-recognition-${{ matrix.arch }}
path
:
./mfc-examples/${{ matrix.arch }}/Release/sherpa-onnx-non-streaming-asr-*.exe
...
...
.github/workflows/npm.yaml
查看文件 @
12e5225
...
...
@@ -25,7 +25,7 @@ jobs:
fetch-depth
:
0
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
python-version
:
${{ matrix.python-version }}
...
...
.github/workflows/pkg-config.yaml
查看文件 @
12e5225
...
...
@@ -127,7 +127,7 @@ jobs:
.github/scripts/test-online-transducer.sh
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
name
:
tts-generated-test-files
path
:
tts
...
...
.github/workflows/run-python-test.yaml
查看文件 @
12e5225
...
...
@@ -55,7 +55,7 @@ jobs:
key
:
${{ matrix.os }}-python-${{ matrix.python-version }}
-
name
:
Setup Python
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
python-version
:
${{ matrix.python-version }}
...
...
@@ -79,7 +79,7 @@ jobs:
.github/scripts/test-speaker-recognition-python.sh
.github/scripts/test-python.sh
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
name
:
tts-generated-test-files
path
:
tts
...
...
.github/workflows/style_check.yaml
查看文件 @
12e5225
...
...
@@ -49,7 +49,7 @@ jobs:
fetch-depth
:
0
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
python-version
:
${{ matrix.python-version }}
...
...
.github/workflows/test-build-wheel.yaml
查看文件 @
12e5225
...
...
@@ -29,7 +29,7 @@ jobs:
fetch-depth
:
0
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
python-version
:
${{ matrix.python-version }}
...
...
.github/workflows/test-dot-net-nuget.yaml
查看文件 @
12e5225
...
...
@@ -67,7 +67,7 @@ jobs:
cp dotnet-examples/offline-tts/*.wav ./tts
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
name
:
dot-net-tts-generated-test-files-${{ matrix.os }}
path
:
tts
...
...
.github/workflows/test-dot-net.yaml
查看文件 @
12e5225
...
...
@@ -50,7 +50,7 @@ jobs:
cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --target install --config Release
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
name
:
${{ matrix.os }}
path
:
./build/install/lib/
...
...
@@ -70,7 +70,7 @@ jobs:
fetch-depth
:
0
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
python-version
:
${{ matrix.python-version }}
...
...
@@ -80,19 +80,19 @@ jobs:
python3 -m pip install --upgrade pip Jinja2
-
name
:
Retrieve artifact from ubuntu-latest
uses
:
actions/download-artifact@v
2
uses
:
actions/download-artifact@v
4
with
:
name
:
ubuntu-latest
path
:
/tmp/linux
-
name
:
Retrieve artifact from macos-latest
uses
:
actions/download-artifact@v
2
uses
:
actions/download-artifact@v
4
with
:
name
:
macos-latest
path
:
/tmp/macos
-
name
:
Retrieve artifact from windows-latest
uses
:
actions/download-artifact@v
2
uses
:
actions/download-artifact@v
4
with
:
name
:
windows-latest
path
:
/tmp/windows
...
...
.github/workflows/test-go-package.yaml
查看文件 @
12e5225
...
...
@@ -37,7 +37,7 @@ jobs:
-
uses
:
actions/checkout@v4
with
:
fetch-depth
:
0
-
uses
:
actions/setup-go@v
4
-
uses
:
actions/setup-go@v
5
with
:
go-version
:
'
>=1.12'
...
...
@@ -430,7 +430,7 @@ jobs:
./run-paraformer.sh
rm -rf sherpa-onnx-streaming-paraformer-bilingual-zh-en
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
name
:
tts-waves
path
:
tts-waves
...
...
.github/workflows/test-go.yaml
查看文件 @
12e5225
...
...
@@ -35,7 +35,7 @@ jobs:
with
:
key
:
${{ matrix.os }}-${{ matrix.arch }}
-
uses
:
actions/setup-go@v
4
-
uses
:
actions/setup-go@v
5
with
:
go-version
:
'
>=1.12'
...
...
@@ -96,7 +96,7 @@ jobs:
cp *.wav ../../../../tts-waves/
-
uses
:
actions/upload-artifact@v
3
-
uses
:
actions/upload-artifact@v
4
with
:
name
:
tts-waves
path
:
tts-waves
...
...
.github/workflows/test-nodejs-npm.yaml
查看文件 @
12e5225
...
...
@@ -34,7 +34,7 @@ jobs:
fetch-depth
:
0
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
python-version
:
${{ matrix.python-version }}
...
...
.github/workflows/test-nodejs.yaml
查看文件 @
12e5225
...
...
@@ -52,7 +52,7 @@ jobs:
ls -lh install/lib
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
python-version
:
${{ matrix.python-version }}
...
...
.github/workflows/test-pip-install.yaml
查看文件 @
12e5225
...
...
@@ -40,7 +40,7 @@ jobs:
fetch-depth
:
0
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
python-version
:
${{ matrix.python-version }}
...
...
.github/workflows/test-python-offline-websocket-server.yaml
查看文件 @
12e5225
...
...
@@ -38,7 +38,7 @@ jobs:
key
:
${{ matrix.os }}-python-${{ matrix.python-version }}
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
python-version
:
${{ matrix.python-version }}
...
...
.github/workflows/test-python-online-websocket-server.yaml
查看文件 @
12e5225
...
...
@@ -38,7 +38,7 @@ jobs:
key
:
${{ matrix.os }}-python-${{ matrix.python-version }}
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
python-version
:
${{ matrix.python-version }}
...
...
请
注册
或
登录
后发表评论