Committed by
GitHub
Export ASLP-lab/WSYue-ASR/tree/main/u2pp_conformer_yue to sherpa-onnx (#2582)
正在显示
1 个修改的文件
包含
23 行增加
和
0 行删除
| @@ -177,6 +177,29 @@ jobs: | @@ -177,6 +177,29 @@ jobs: | ||
| 177 | 177 | ||
| 178 | ls -lh *.tar.bz2 | 178 | ls -lh *.tar.bz2 |
| 179 | 179 | ||
| 180 | + - name: u2ppconformer | ||
| 181 | + if: true | ||
| 182 | + shell: bash | ||
| 183 | + run: | | ||
| 184 | + git lfs install | ||
| 185 | + | ||
| 186 | + d=sherpa-onnx-wenetspeech-yue-u2pp-conformer-ctc-zh-en-cantonese-2025-09-10 | ||
| 187 | + f=sherpa-onnx-wenetspeech-yue-u2pp-conformer-ctc-zh-en-cantonese-int8-2025-09-10 | ||
| 188 | + | ||
| 189 | + git clone https://huggingface.co/csukuangfj/$d | ||
| 190 | + git clone https://huggingface.co/csukuangfj/$f | ||
| 191 | + | ||
| 192 | + rm -rf $d/.git | ||
| 193 | + rm -rf $f/.gi* | ||
| 194 | + | ||
| 195 | + rm -rf $d/.gitattributes | ||
| 196 | + rm -rf $f/.gitattributes | ||
| 197 | + | ||
| 198 | + tar cjfv $d.tar.bz2 $d | ||
| 199 | + tar cjfv $f.tar.bz2 $f | ||
| 200 | + | ||
| 201 | + ls -lh *.tar.bz2 | ||
| 202 | + | ||
| 180 | - name: Vietnamese (zipformer) | 203 | - name: Vietnamese (zipformer) |
| 181 | if: false | 204 | if: false |
| 182 | shell: bash | 205 | shell: bash |
-
请 注册 或 登录 后发表评论