ggerganov commited on
Commit
22b5adf
·
unverified ·
1 Parent(s): 505ec31

scripts : bench v3-turbo

Browse files
Files changed (1) hide show
  1. scripts/bench-all.sh +1 -0
scripts/bench-all.sh CHANGED
@@ -30,6 +30,7 @@ models=(
30
  "small" "small-q4_0" "small-q4_1" "small-q5_0" "small-q5_1" "small-q8_0" \
31
  "medium" "medium-q4_0" "medium-q4_1" "medium-q5_0" "medium-q5_1" "medium-q8_0" "medium-dis" \
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
  )
34
 
35
  if [ "$encoder_only" -eq 0 ]; then
 
30
  "small" "small-q4_0" "small-q4_1" "small-q5_0" "small-q5_1" "small-q8_0" \
31
  "medium" "medium-q4_0" "medium-q4_1" "medium-q5_0" "medium-q5_1" "medium-q8_0" "medium-dis" \
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" \
34
  )
35
 
36
  if [ "$encoder_only" -eq 0 ]; then