Skip to content

Commit b21a8bb

Browse files
committed
small fixes
1 parent b161679 commit b21a8bb

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/onnx.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
8787
- name: Download model
88-
if: true
88+
if: false
8989
shell: bash
9090
run: |
9191
d=vits-piper-en_GB-southern_english_female-medium
@@ -174,7 +174,7 @@ jobs:
174174
tar cjvf ./$d.tar.bz2 $d
175175
176176
- name: Download model
177-
if: false
177+
if: true
178178
shell: bash
179179
run: |
180180
d=icefall-asr-zipformer-streaming-wenetspeech-20230615
@@ -206,10 +206,16 @@ jobs:
206206
d=sherpa-onnx-en-wenet-librispeech
207207
d=sherpa-onnx-en-wenet-gigaspeech
208208
d=sherpa-onnx-streaming-conformer-en-2023-05-09
209+
d=sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20
209210
export GIT_CLONE_PROTECTION_ACTIVE=false
210211
git clone https://huggingface.co/csukuangfj/$d
211212
# GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/zrjin/$d
212213
214+
cd $d
215+
rm -v *state*
216+
ls -lh
217+
cd ..
218+
213219
# cd $d
214220
# rm -rf data/lang_bpe_500/*.pt
215221
# cd data/lang_bpe_500
@@ -246,7 +252,7 @@ jobs:
246252
overwrite: true
247253
repo_name: k2-fsa/sherpa-onnx
248254
repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
249-
# tag: asr-models
250-
tag: tts-models
255+
tag: asr-models
256+
# tag: tts-models
251257
# tag: audio-tagging-models
252258
# tag: punctuation-models

0 commit comments

Comments
 (0)