From: Georgi Gerganov Date: Tue, 29 Oct 2024 17:37:24 +0000 (+0200) Subject: scripts : add turbo-q8_0 to the benchmark X-Git-Tag: upstream/1.7.4~314 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=55e422109b3504d1a824935cc2681ada7ee9fd38;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp scripts : add turbo-q8_0 to the benchmark --- diff --git a/scripts/bench-all.sh b/scripts/bench-all.sh index a722aba6..469ec04d 100755 --- a/scripts/bench-all.sh +++ b/scripts/bench-all.sh @@ -30,7 +30,7 @@ models=( "small" "small-q4_0" "small-q4_1" "small-q5_0" "small-q5_1" "small-q8_0" \ "medium" "medium-q4_0" "medium-q4_1" "medium-q5_0" "medium-q5_1" "medium-q8_0" "medium-dis" \ "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" \ - "large-v3-turbo" "large-v3-turbo-q5_0" \ + "large-v3-turbo" "large-v3-turbo-q5_0" "large-v3-turbo-q8_0" \ ) if [ "$encoder_only" -eq 0 ]; then diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 71f9f2d3..ae76b4b7 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -120,7 +120,7 @@ function run_lang() { run_lang "en" "${urls_en[@]}" -if [[ $model != *.en ]]; then +if [[ $model != *.en* ]]; then run_lang "es" "${urls_es[@]}" run_lang "it" "${urls_it[@]}" run_lang "pt" "${urls_pt[@]}"