Skip to content

Commit 930986b

Browse files
authored
Release v1.10.38 (#1688)
1 parent d7c95d3 commit 930986b

File tree

70 files changed

+76
-130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+76
-130
lines changed

.github/workflows/aarch64-linux-gnu-shared.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- 'v[0-9]+.[0-9]+.[0-9]+*'
1010
paths:
1111
- '.github/workflows/aarch64-linux-gnu-shared.yaml'
12-
- 'CMakeLists.txt'
1312
- 'cmake/**'
1413
- 'sherpa-onnx/csrc/*'
1514
- 'sherpa-onnx/c-api/*'
@@ -19,7 +18,6 @@ on:
1918
- master
2019
paths:
2120
- '.github/workflows/aarch64-linux-gnu-shared.yaml'
22-
- 'CMakeLists.txt'
2321
- 'cmake/**'
2422
- 'sherpa-onnx/csrc/*'
2523
- 'sherpa-onnx/c-api/*'

.github/workflows/aarch64-linux-gnu-static.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- 'v[0-9]+.[0-9]+.[0-9]+*'
1010
paths:
1111
- '.github/workflows/aarch64-linux-gnu-static.yaml'
12-
- 'CMakeLists.txt'
1312
- 'cmake/**'
1413
- 'sherpa-onnx/csrc/*'
1514
- 'sherpa-onnx/c-api/*'
@@ -19,7 +18,6 @@ on:
1918
- master
2019
paths:
2120
- '.github/workflows/aarch64-linux-gnu-static.yaml'
22-
- 'CMakeLists.txt'
2321
- 'cmake/**'
2422
- 'sherpa-onnx/csrc/*'
2523
- 'sherpa-onnx/c-api/*'

.github/workflows/android-static.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- android-link-onnxruntime-statically
1010
paths:
1111
- '.github/workflows/android-static.yaml'
12-
- 'CMakeLists.txt'
1312
- 'cmake/**'
1413
- 'sherpa-onnx/csrc/*'
1514
- 'sherpa-onnx/jni/*'
@@ -21,7 +20,6 @@ on:
2120
- master
2221
paths:
2322
- '.github/workflows/android-static.yaml'
24-
- 'CMakeLists.txt'
2523
- 'cmake/**'
2624
- 'sherpa-onnx/csrc/*'
2725
- 'sherpa-onnx/jni/*'

.github/workflows/android.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- master
77
paths:
88
- '.github/workflows/android.yaml'
9-
- 'CMakeLists.txt'
109
- 'cmake/**'
1110
- 'sherpa-onnx/csrc/*'
1211
- 'sherpa-onnx/jni/*'
@@ -18,7 +17,6 @@ on:
1817
- master
1918
paths:
2019
- '.github/workflows/android.yaml'
21-
- 'CMakeLists.txt'
2220
- 'cmake/**'
2321
- 'sherpa-onnx/csrc/*'
2422
- 'sherpa-onnx/jni/*'

.github/workflows/arm-linux-gnueabihf.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- master
88
paths:
99
- '.github/workflows/arm-linux-gnueabihf.yaml'
10-
- 'CMakeLists.txt'
1110
- 'cmake/**'
1211
- 'sherpa-onnx/csrc/*'
1312
- 'sherpa-onnx/c-api/*'
@@ -19,7 +18,6 @@ on:
1918
- master
2019
paths:
2120
- '.github/workflows/arm-linux-gnueabihf.yaml'
22-
- 'CMakeLists.txt'
2321
- 'cmake/**'
2422
- 'sherpa-onnx/csrc/*'
2523
- 'sherpa-onnx/c-api/*'

.github/workflows/c-api-from-buffer.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
- 'v[0-9]+.[0-9]+.[0-9]+*'
99
paths:
1010
- '.github/workflows/c-api-from-buffer.yaml'
11-
- 'CMakeLists.txt'
1211
- 'cmake/**'
1312
- 'sherpa-onnx/csrc/*'
1413
- 'sherpa-onnx/c-api/*'
@@ -19,7 +18,6 @@ on:
1918
- master
2019
paths:
2120
- '.github/workflows/c-api-from-buffer.yaml'
22-
- 'CMakeLists.txt'
2321
- 'cmake/**'
2422
- 'sherpa-onnx/csrc/*'
2523
- 'sherpa-onnx/c-api/*'
@@ -215,4 +213,4 @@ jobs:
215213
216214
./keywords-spotter-buffered-tokens-keywords-c-api
217215
218-
rm -rf sherpa-onnx-kws-zipformer-*
216+
rm -rf sherpa-onnx-kws-zipformer-*

.github/workflows/c-api.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- master
77
paths:
88
- '.github/workflows/c-api.yaml'
9-
- 'CMakeLists.txt'
109
- 'cmake/**'
1110
- 'sherpa-onnx/csrc/*'
1211
- 'sherpa-onnx/c-api/*'
@@ -17,7 +16,6 @@ on:
1716
- master
1817
paths:
1918
- '.github/workflows/c-api.yaml'
20-
- 'CMakeLists.txt'
2119
- 'cmake/**'
2220
- 'sherpa-onnx/csrc/*'
2321
- 'sherpa-onnx/c-api/*'

.github/workflows/cxx-api.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- cxx-api-asr-non-streaming
88
paths:
99
- '.github/workflows/cxx-api.yaml'
10-
- 'CMakeLists.txt'
1110
- 'cmake/**'
1211
- 'sherpa-onnx/csrc/*'
1312
- 'sherpa-onnx/c-api/*'
@@ -17,7 +16,6 @@ on:
1716
- master
1817
paths:
1918
- '.github/workflows/cxx-api.yaml'
20-
- 'CMakeLists.txt'
2119
- 'cmake/**'
2220
- 'sherpa-onnx/csrc/*'
2321
- 'sherpa-onnx/c-api/*'

.github/workflows/jni.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- master
77
paths:
88
- '.github/workflows/jni.yaml'
9-
- 'CMakeLists.txt'
109
- 'cmake/**'
1110
- 'kotlin-api-examples/**'
1211
- 'sherpa-onnx/csrc/*'
@@ -16,7 +15,6 @@ on:
1615
- master
1716
paths:
1817
- '.github/workflows/jni.yaml'
19-
- 'CMakeLists.txt'
2018
- 'cmake/**'
2119
- 'kotlin-api-examples/**'
2220
- 'sherpa-onnx/csrc/*'

.github/workflows/lazarus.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- lazarus
88
paths:
99
- '.github/workflows/lazarus.yaml'
10-
- 'CMakeLists.txt'
1110
- 'cmake/**'
1211
- 'lazarus-examples/**'
1312
- 'sherpa-onnx/csrc/*'
@@ -19,7 +18,6 @@ on:
1918
- master
2019
paths:
2120
- '.github/workflows/lazarus.yaml'
22-
- 'CMakeLists.txt'
2321
- 'cmake/**'
2422
- 'lazarus-examples/**'
2523
- 'sherpa-onnx/csrc/*'

.github/workflows/linux-gpu.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
- '.github/scripts/test-offline-ctc.sh'
1515
- '.github/scripts/test-online-ctc.sh'
1616
- '.github/scripts/test-offline-tts.sh'
17-
- 'CMakeLists.txt'
1817
- 'cmake/**'
1918
- 'sherpa-onnx/csrc/*'
2019
- 'sherpa-onnx/c-api/*'
@@ -31,7 +30,6 @@ on:
3130
- '.github/scripts/test-online-ctc.sh'
3231
- '.github/scripts/test-online-ctc.sh'
3332
- '.github/scripts/test-offline-tts.sh'
34-
- 'CMakeLists.txt'
3533
- 'cmake/**'
3634
- 'sherpa-onnx/csrc/*'
3735
- 'sherpa-onnx/c-api/*'

.github/workflows/linux.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ on:
2121
- '.github/scripts/test-speaker-diarization.sh'
2222
- '.github/scripts/test-c-api.sh'
2323
- '.github/scripts/test-cxx-api.sh'
24-
- 'CMakeLists.txt'
2524
- 'cmake/**'
2625
- 'sherpa-onnx/csrc/*'
2726
- 'sherpa-onnx/c-api/*'
@@ -44,7 +43,6 @@ on:
4443
- '.github/scripts/test-speaker-diarization.sh'
4544
- '.github/scripts/test-c-api.sh'
4645
- '.github/scripts/test-cxx-api.sh'
47-
- 'CMakeLists.txt'
4846
- 'cmake/**'
4947
- 'sherpa-onnx/csrc/*'
5048
- 'sherpa-onnx/c-api/*'

.github/workflows/macos.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ on:
2121
- '.github/scripts/test-speaker-diarization.sh'
2222
- '.github/scripts/test-c-api.sh'
2323
- '.github/scripts/test-cxx-api.sh'
24-
- 'CMakeLists.txt'
2524
- 'cmake/**'
2625
- 'sherpa-onnx/csrc/*'
2726
- 'sherpa-onnx/c-api/*'
@@ -43,7 +42,6 @@ on:
4342
- '.github/scripts/test-speaker-diarization.sh'
4443
- '.github/scripts/test-c-api.sh'
4544
- '.github/scripts/test-cxx-api.sh'
46-
- 'CMakeLists.txt'
4745
- 'cmake/**'
4846
- 'sherpa-onnx/csrc/*'
4947
- 'sherpa-onnx/c-api/*'

.github/workflows/mfc.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
- 'v[0-9]+.[0-9]+.[0-9]+*'
99
paths:
1010
- '.github/workflows/mfc.yaml'
11-
- 'CMakeLists.txt'
1211
- 'cmake/**'
1312
- 'mfc-examples/**'
1413
- 'sherpa-onnx/csrc/*'
@@ -18,7 +17,6 @@ on:
1817
- master
1918
paths:
2019
- '.github/workflows/mfc.yaml'
21-
- 'CMakeLists.txt'
2220
- 'cmake/**'
2321
- 'mfc-examples/**'
2422
- 'sherpa-onnx/csrc/*'

.github/workflows/pascal.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- master
77
paths:
88
- '.github/workflows/pascal.yaml'
9-
- 'CMakeLists.txt'
109
- 'cmake/**'
1110
- 'pascal-api-examples/**'
1211
- 'sherpa-onnx/csrc/*'
@@ -17,7 +16,6 @@ on:
1716
- master
1817
paths:
1918
- '.github/workflows/pascal.yaml'
20-
- 'CMakeLists.txt'
2119
- 'cmake/**'
2220
- 'pascal-api-examples/**'
2321
- 'sherpa-onnx/csrc/*'

.github/workflows/pkg-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
paths:
1111
- '.github/workflows/pkg-config.yaml'
1212
- '.github/scripts/test-offline-tts.sh'
13-
- 'CMakeLists.txt'
1413
- 'cmake/**'
1514
- 'sherpa-onnx/csrc/*'
1615
- 'sherpa-onnx/c-api/*'
@@ -21,7 +20,6 @@ on:
2120
paths:
2221
- '.github/workflows/pkg-config.yaml'
2322
- '.github/scripts/test-offline-tts.sh'
24-
- 'CMakeLists.txt'
2523
- 'cmake/**'
2624
- 'sherpa-onnx/csrc/*'
2725
- 'sherpa-onnx/c-api/*'

.github/workflows/riscv64-linux.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- master
77
paths:
88
- '.github/workflows/riscv64-linux.yaml'
9-
- 'CMakeLists.txt'
109
- 'cmake/**'
1110
- 'sherpa-onnx/csrc/*'
1211
- 'sherpa-onnx/c-api/*'
@@ -19,7 +18,6 @@ on:
1918
- master
2019
paths:
2120
- '.github/workflows/riscv64-linux.yaml'
22-
- 'CMakeLists.txt'
2321
- 'cmake/**'
2422
- 'sherpa-onnx/csrc/*'
2523
- 'toolchains/riscv64-linux-gnu.toolchain.cmake'

.github/workflows/run-java-test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- master
77
paths:
88
- '.github/workflows/run-java-test.yaml'
9-
- 'CMakeLists.txt'
109
- 'cmake/**'
1110
- 'java-api-examples/**'
1211
- 'sherpa-onnx/csrc/*'
@@ -17,7 +16,6 @@ on:
1716
- master
1817
paths:
1918
- '.github/workflows/run-java-test.yaml'
20-
- 'CMakeLists.txt'
2119
- 'cmake/**'
2220
- 'java-api-examples/**'
2321
- 'sherpa-onnx/csrc/*'

.github/workflows/run-python-test-macos.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
paths:
88
- '.github/workflows/run-python-test-macos.yaml'
99
- '.github/scripts/test-python.sh'
10-
- 'CMakeLists.txt'
1110
- 'cmake/**'
1211
- 'sherpa-onnx/csrc/*'
1312
- 'python-api-examples/**'
@@ -17,7 +16,6 @@ on:
1716
paths:
1817
- '.github/workflows/run-python-test-macos.yaml'
1918
- '.github/scripts/test-python.sh'
20-
- 'CMakeLists.txt'
2119
- 'cmake/**'
2220
- 'sherpa-onnx/csrc/*'
2321
- 'python-api-examples/**'

.github/workflows/run-python-test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
paths:
88
- '.github/workflows/run-python-test.yaml'
99
- '.github/scripts/test-python.sh'
10-
- 'CMakeLists.txt'
1110
- 'cmake/**'
1211
- 'sherpa-onnx/csrc/*'
1312
- 'python-api-examples/**'
@@ -17,7 +16,6 @@ on:
1716
paths:
1817
- '.github/workflows/run-python-test.yaml'
1918
- '.github/scripts/test-python.sh'
20-
- 'CMakeLists.txt'
2119
- 'cmake/**'
2220
- 'sherpa-onnx/csrc/*'
2321
- 'python-api-examples/**'

.github/workflows/swift.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
paths:
1010
- './build-swift-macos.sh'
1111
- '.github/workflows/swift.yaml'
12-
- 'CMakeLists.txt'
1312
- 'cmake/**'
1413
- 'swift-api-examples/**'
1514
- 'sherpa-onnx/csrc/*'
@@ -22,7 +21,6 @@ on:
2221
paths:
2322
- './build-swift-macos.sh'
2423
- '.github/workflows/swift.yaml'
25-
- 'CMakeLists.txt'
2624
- 'cmake/**'
2725
- 'swift-api-examples/**'
2826
- 'sherpa-onnx/csrc/*'

.github/workflows/test-build-wheel.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
paths:
88
- 'setup.py'
99
- '.github/workflows/test-build-wheel.yaml'
10-
- 'CMakeLists.txt'
1110
- 'cmake/**'
1211
- 'sherpa-onnx/csrc/*'
1312
- 'sherpa-onnx/python/**'
@@ -17,7 +16,6 @@ on:
1716
paths:
1817
- 'setup.py'
1918
- '.github/workflows/test-build-wheel.yaml'
20-
- 'CMakeLists.txt'
2119
- 'cmake/**'
2220
- 'sherpa-onnx/csrc/*'
2321
- 'sherpa-onnx/python/**'

.github/workflows/test-dot-net.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- master
77
paths:
88
- '.github/workflows/test-dot-net.yaml'
9-
- 'CMakeLists.txt'
109
- 'cmake/**'
1110
- 'sherpa-onnx/csrc/*'
1211
- 'dotnet-examples/**'
@@ -17,7 +16,6 @@ on:
1716
- master
1817
paths:
1918
- '.github/workflows/test-dot-net.yaml'
20-
- 'CMakeLists.txt'
2119
- 'cmake/**'
2220
- 'sherpa-onnx/csrc/*'
2321
- 'dotnet-examples/**'

.github/workflows/test-go.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- master
77
paths:
88
- '.github/workflows/test-go.yaml'
9-
- 'CMakeLists.txt'
109
- 'cmake/**'
1110
- 'sherpa-onnx/csrc/*'
1211
- 'go-api-examples/**'
@@ -16,7 +15,6 @@ on:
1615
- master
1716
paths:
1817
- '.github/workflows/test-go.yaml'
19-
- 'CMakeLists.txt'
2018
- 'cmake/**'
2119
- 'sherpa-onnx/csrc/*'
2220
- 'go-api-examples/**'

0 commit comments

Comments
 (0)