Skip to content

Commit 7fa5701

Browse files
mrienstraliuyang.marshall
authored and
liuyang.marshall
committed
models : add q8_0 models to download-ggml-model.sh (ggml-org#2589)
1 parent 43d6035 commit 7fa5701

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

models/download-ggml-model.sh

+7-1
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,32 @@ models="tiny
2929
tiny.en
3030
tiny-q5_1
3131
tiny.en-q5_1
32+
tiny-q8_0
3233
base
3334
base.en
3435
base-q5_1
3536
base.en-q5_1
37+
base-q8_0
3638
small
3739
small.en
3840
small.en-tdrz
3941
small-q5_1
4042
small.en-q5_1
43+
small-q8_0
4144
medium
4245
medium.en
4346
medium-q5_0
4447
medium.en-q5_0
48+
medium-q8_0
4549
large-v1
4650
large-v2
4751
large-v2-q5_0
52+
large-v2-8_0
4853
large-v3
4954
large-v3-q5_0
5055
large-v3-turbo
51-
large-v3-turbo-q5_0"
56+
large-v3-turbo-q5_0
57+
large-v3-turbo-q8_0"
5258

5359
# list available models
5460
list_models() {

0 commit comments

Comments
 (0)