File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ models=(
30
30
" small" " small-q4_0" " small-q4_1" " small-q5_0" " small-q5_1" " small-q8_0" \
31
31
" medium" " medium-q4_0" " medium-q4_1" " medium-q5_0" " medium-q5_1" " medium-q8_0" " medium-dis" \
32
32
" large-v2" " large-v2-q4_0" " large-v2-q4_1" " large-v2-q5_0" " large-v2-q5_1" " large-v2-q8_0" " large-v2-dis" \
33
- " large-v3-turbo" " large-v3-turbo-q5_0" \
33
+ " large-v3-turbo" " large-v3-turbo-q5_0" " large-v3-turbo-q8_0 " \
34
34
)
35
35
36
36
if [ " $encoder_only " -eq 0 ]; then
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ function run_lang() {
120
120
121
121
run_lang " en" " ${urls_en[@]} "
122
122
123
- if [[ $model != * .en ]]; then
123
+ if [[ $model != * .en* ]]; then
124
124
run_lang " es" " ${urls_es[@]} "
125
125
run_lang " it" " ${urls_it[@]} "
126
126
run_lang " pt" " ${urls_pt[@]} "
You can’t perform that action at this time.
0 commit comments