Skip to content

Commit 55e4221

Browse files
committed
scripts : add turbo-q8_0 to the benchmark
1 parent 3f020fa commit 55e4221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/bench-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ models=(
3030
"small" "small-q4_0" "small-q4_1" "small-q5_0" "small-q5_1" "small-q8_0" \
3131
"medium" "medium-q4_0" "medium-q4_1" "medium-q5_0" "medium-q5_1" "medium-q8_0" "medium-dis" \
3232
"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" \
3434
)
3535

3636
if [ "$encoder_only" -eq 0 ]; then

tests/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function run_lang() {
120120

121121
run_lang "en" "${urls_en[@]}"
122122

123-
if [[ $model != *.en ]]; then
123+
if [[ $model != *.en* ]]; then
124124
run_lang "es" "${urls_es[@]}"
125125
run_lang "it" "${urls_it[@]}"
126126
run_lang "pt" "${urls_pt[@]}"

0 commit comments

Comments
 (0)