File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 85
85
86
86
87
87
- name : Download model
88
- if : true
88
+ if : false
89
89
shell : bash
90
90
run : |
91
91
d=vits-piper-en_GB-southern_english_female-medium
@@ -174,7 +174,7 @@ jobs:
174
174
tar cjvf ./$d.tar.bz2 $d
175
175
176
176
- name : Download model
177
- if : false
177
+ if : true
178
178
shell : bash
179
179
run : |
180
180
d=icefall-asr-zipformer-streaming-wenetspeech-20230615
@@ -206,10 +206,16 @@ jobs:
206
206
d=sherpa-onnx-en-wenet-librispeech
207
207
d=sherpa-onnx-en-wenet-gigaspeech
208
208
d=sherpa-onnx-streaming-conformer-en-2023-05-09
209
+ d=sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20
209
210
export GIT_CLONE_PROTECTION_ACTIVE=false
210
211
git clone https://huggingface.co/csukuangfj/$d
211
212
# GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/zrjin/$d
212
213
214
+ cd $d
215
+ rm -v *state*
216
+ ls -lh
217
+ cd ..
218
+
213
219
# cd $d
214
220
# rm -rf data/lang_bpe_500/*.pt
215
221
# cd data/lang_bpe_500
@@ -246,7 +252,7 @@ jobs:
246
252
overwrite : true
247
253
repo_name : k2-fsa/sherpa-onnx
248
254
repo_token : ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
249
- # tag: asr-models
250
- tag : tts-models
255
+ tag : asr-models
256
+ # tag: tts-models
251
257
# tag: audio-tagging-models
252
258
# tag: punctuation-models
You can’t perform that action at this time.
0 commit comments