Skip to content

Commit

Permalink
scripts : add turbo-q8_0 to the benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Oct 29, 2024
1 parent 3f020fa commit 55e4221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/bench-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}"
Expand Down

0 comments on commit 55e4221

Please sign in to comment.