We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60238af commit b29d361Copy full SHA for b29d361
scripts/bench-all.sh
@@ -24,7 +24,14 @@ else
24
fattn="-fa"
25
fi
26
27
-models=("tiny")
+models=( \
28
+ "tiny" "tiny-q4_0" "tiny-q4_1" "tiny-q5_0" "tiny-q5_1" "tiny-q8_0" \
29
+ "base" "base-q4_0" "base-q4_1" "base-q5_0" "base-q5_1" "base-q8_0" \
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" "large-v3-turbo-q8_0" \
34
+)
35
36
if [ "$encoder_only" -eq 0 ]; then
37
printf "\n"
0 commit comments