Fix off-by-one for M1 and A14 SKUs
Browse files- config.json +4 -4
config.json
CHANGED
@@ -26,8 +26,8 @@
|
|
26 |
"iPhone13",
|
27 |
"iPad13,1",
|
28 |
"iPad13,2",
|
29 |
-
"iPad13,
|
30 |
-
"iPad13,
|
31 |
],
|
32 |
"models": {
|
33 |
"default": "openai_whisper-base",
|
@@ -96,8 +96,8 @@
|
|
96 |
"iPad13,9",
|
97 |
"iPad13,10",
|
98 |
"iPad13,11",
|
99 |
-
"iPad13,
|
100 |
-
"iPad13,
|
101 |
],
|
102 |
"models": {
|
103 |
"default": "openai_whisper-large-v3-v20240930_626MB",
|
|
|
26 |
"iPhone13",
|
27 |
"iPad13,1",
|
28 |
"iPad13,2",
|
29 |
+
"iPad13,18",
|
30 |
+
"iPad13,19"
|
31 |
],
|
32 |
"models": {
|
33 |
"default": "openai_whisper-base",
|
|
|
96 |
"iPad13,9",
|
97 |
"iPad13,10",
|
98 |
"iPad13,11",
|
99 |
+
"iPad13,16",
|
100 |
+
"iPad13,17"
|
101 |
],
|
102 |
"models": {
|
103 |
"default": "openai_whisper-large-v3-v20240930_626MB",
|