We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
q8_0
download-ggml-model.sh
1 parent 43d6035 commit 7fa5701Copy full SHA for 7fa5701
models/download-ggml-model.sh
@@ -29,26 +29,32 @@ models="tiny
29
tiny.en
30
tiny-q5_1
31
tiny.en-q5_1
32
+tiny-q8_0
33
base
34
base.en
35
base-q5_1
36
base.en-q5_1
37
+base-q8_0
38
small
39
small.en
40
small.en-tdrz
41
small-q5_1
42
small.en-q5_1
43
+small-q8_0
44
medium
45
medium.en
46
medium-q5_0
47
medium.en-q5_0
48
+medium-q8_0
49
large-v1
50
large-v2
51
large-v2-q5_0
52
+large-v2-8_0
53
large-v3
54
large-v3-q5_0
55
large-v3-turbo
-large-v3-turbo-q5_0"
56
+large-v3-turbo-q5_0
57
+large-v3-turbo-q8_0"
58
59
# list available models
60
list_models() {
0 commit comments