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-09-09 18:01:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2025-09-09 18:01:43 +0800
Commit
a1d6592d48cbb4ea7be7b404f80d699a832b6f7c
a1d6592d
1 parent
686b909e
Fix the missing online punctuation in android aar (#2577)
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
5 行增加
和
4 行删除
.github/workflows/android.yaml
android/SherpaOnnxAar/sherpa_onnx/src/main/java/com/k2fsa/sherpa/onnx/OnlinePunctuation.kt
.github/workflows/android.yaml
查看文件 @
a1d6592
...
...
@@ -177,7 +177,7 @@ jobs:
file
:
sherpa-onnx-*-android.tar.bz2
# repo_name: k2-fsa/sherpa-onnx
# repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
# tag: v1.1
1.5
# tag: v1.1
2.11
build-android-aar
:
needs
:
[
build-android-libs
]
...
...
@@ -310,9 +310,9 @@ jobs:
file_glob
:
true
overwrite
:
true
file
:
./*.aar
# repo_name: k2-fsa/sherpa-onnx
# repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
# tag: v1.11.5
repo_name
:
k2-fsa/sherpa-onnx
repo_token
:
${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
tag
:
v1.12.11
-
name
:
Release android aar
if
:
github.repository_owner == 'k2-fsa' && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
...
...
android/SherpaOnnxAar/sherpa_onnx/src/main/java/com/k2fsa/sherpa/onnx/OnlinePunctuation.kt
0 → 120000
查看文件 @
a1d6592
../../../../../../../../../../sherpa-onnx/kotlin-api/OnlinePunctuation.kt
\ No newline at end of file
...
...
请
注册
或
登录
后发表评论