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-08-29 08:47:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-08-29 08:47:38 +0800
Commit
9064430c3e26430c0a29d864d2ffd1d9a818310b
9064430c
1 parent
ca30d839
Fix releasing wasm app for vad+asr (#1300)
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
7 行增加
和
4 行删除
.github/workflows/wasm-simd-hf-space-vad-asr.yaml
scripts/wasm/run-vad-asr.sh.in
.github/workflows/wasm-simd-hf-space-vad-asr.yaml
查看文件 @
9064430
...
...
@@ -85,6 +85,9 @@ jobs:
file_glob
:
true
overwrite
:
true
file
:
./*.tar.bz2
# repo_name: k2-fsa/sherpa-onnx
# repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
# tag: v1.10.23
-
name
:
Upload wasm files
uses
:
actions/upload-artifact@v4
...
...
scripts/wasm/run-vad-asr.sh.in
查看文件 @
9064430
...
...
@@ -64,8 +64,8 @@ git lfs track "*.wasm"
ls -lh
git add .
git commit -m
"update model"
git push https://oauth2:
${
MS_TOKEN
}
@www.modelscope.cn/studios/
$ms_name
.git
git commit -m
"update model"
||
true
git push https://oauth2:
${
MS_TOKEN
}
@www.modelscope.cn/studios/
$ms_name
.git
||
true
cd
..
rm -rf ms
...
...
@@ -81,8 +81,8 @@ git lfs track "*.wasm"
ls -lh
git add .
git commit -m
"update model"
git push https://csukuangfj:
$HF_TOKEN
@huggingface.co/spaces/
$hf_name
main
git commit -m
"update model"
||
true
git push https://csukuangfj:
$HF_TOKEN
@huggingface.co/spaces/
$hf_name
main
||
true
cd
..
rm -rf huggingface
rm -rf
$dst
...
...
请
注册
或
登录
后发表评论