aotrih ZachNagengast commited on
Commit
48fa831
1 Parent(s): 372a1e4

Update config.json device support (#4)

Browse files

- Update config.json device support (576d1c328e8e06ad79b428ddf549cdb1c4506156)


Co-authored-by: Zach Nagengast <[email protected]>

Files changed (1) hide show
  1. config.json +134 -114
config.json CHANGED
@@ -1,116 +1,136 @@
1
  {
2
- "name": "whisperkit-coreml",
3
- "version": "0.2",
4
- "device_support": [
5
- {
6
- "identifiers": ["iPhone11", "iPhone12", "Watch7", "Watch8"],
7
- "models": {
8
- "default": "openai_whisper-tiny",
9
- "supported": [
10
- "openai_whisper-tiny",
11
- "openai_whisper-tiny.en",
12
- "openai_whisper-base",
13
- "openai_whisper-base.en"
14
- ]
15
- }
16
- },
17
- {
18
- "identifiers": ["iPhone13", "iPad13,18", "iPad13,1"],
19
- "models": {
20
- "default": "openai_whisper-base",
21
- "supported": [
22
- "openai_whisper-tiny",
23
- "openai_whisper-tiny.en",
24
- "openai_whisper-base",
25
- "openai_whisper-base.en",
26
- "openai_whisper-small",
27
- "openai_whisper-small.en"
28
- ]
29
- }
30
- },
31
- {
32
- "identifiers": ["iPhone14", "iPhone15", "iPhone16", "iPhone17"],
33
- "models": {
34
- "default": "openai_whisper-base",
35
- "supported": [
36
- "openai_whisper-tiny",
37
- "openai_whisper-tiny.en",
38
- "openai_whisper-base",
39
- "openai_whisper-base.en",
40
- "openai_whisper-small",
41
- "openai_whisper-small.en",
42
- "openai_whisper-large-v2_949MB",
43
- "openai_whisper-large-v2_turbo_955MB",
44
- "openai_whisper-large-v3_947MB",
45
- "openai_whisper-large-v3_turbo_954MB",
46
- "distil-whisper_distil-large-v3_594MB",
47
- "distil-whisper_distil-large-v3_turbo_600MB",
48
- "openai_whisper-large-v3-v20240930_626MB",
49
- "openai_whisper-large-v3-v20240930_turbo_632MB",
50
- ]
51
- }
52
- },
53
- {
54
- "identifiers": [
55
- "Mac13",
56
- "iMac21",
57
- "MacBookAir10,1",
58
- "MacBookPro17",
59
- "MacBookPro18",
60
- "Macmini9",
61
- "iPad13,16",
62
- "iPad13,4",
63
- "iPad13,8"
64
- ],
65
- "models": {
66
- "default": "openai_whisper-large-v3-v20240930",
67
- "supported": [
68
- "openai_whisper-tiny",
69
- "openai_whisper-tiny.en",
70
- "openai_whisper-base",
71
- "openai_whisper-base.en",
72
- "openai_whisper-small",
73
- "openai_whisper-small.en",
74
- "openai_whisper-large-v2",
75
- "openai_whisper-large-v2_949MB",
76
- "openai_whisper-large-v3",
77
- "openai_whisper-large-v3_947MB",
78
- "openai_whisper-large-v3-v20240930",
79
- "distil-whisper_distil-large-v3",
80
- "distil-whisper_distil-large-v3_594MB"
81
- ]
82
- }
83
- },
84
- {
85
- "identifiers": ["Mac14", "Mac15", "Mac16"],
86
- "models": {
87
- "default": "openai_whisper-large-v3-v20240930",
88
- "supported": [
89
- "openai_whisper-tiny",
90
- "openai_whisper-tiny.en",
91
- "openai_whisper-base",
92
- "openai_whisper-base.en",
93
- "openai_whisper-small",
94
- "openai_whisper-small.en",
95
- "openai_whisper-large-v2",
96
- "openai_whisper-large-v2_949MB",
97
- "openai_whisper-large-v2_turbo",
98
- "openai_whisper-large-v2_turbo_955MB",
99
- "openai_whisper-large-v3",
100
- "openai_whisper-large-v3_947MB",
101
- "openai_whisper-large-v3_turbo",
102
- "openai_whisper-large-v3_turbo_954MB",
103
- "openai_whisper-large-v3-v20240930",
104
- "distil-whisper_distil-large-v3",
105
- "distil-whisper_distil-large-v3_594MB",
106
- "distil-whisper_distil-large-v3_turbo",
107
- "distil-whisper_distil-large-v3_turbo_600MB",
108
- "openai_whisper-large-v3-v20240930",
109
- "openai_whisper-large-v3-v20240930_turbo",
110
- "openai_whisper-large-v3-v20240930_626MB",
111
- "openai_whisper-large-v3-v20240930_turbo_632MB",
112
- ]
113
- }
114
- }
115
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  }
 
1
  {
2
+ "name": "whisperkit-coreml",
3
+ "version": "0.2",
4
+ "device_support": [
5
+ {
6
+ "identifiers": ["iPhone11", "iPhone12", "Watch7", "Watch8"],
7
+ "models": {
8
+ "default": "openai_whisper-tiny",
9
+ "supported": [
10
+ "openai_whisper-tiny",
11
+ "openai_whisper-tiny.en",
12
+ "openai_whisper-base",
13
+ "openai_whisper-base.en"
14
+ ]
15
+ }
16
+ },
17
+ {
18
+ "identifiers": ["iPhone13", "iPad13,18", "iPad13,1"],
19
+ "models": {
20
+ "default": "openai_whisper-base",
21
+ "supported": [
22
+ "openai_whisper-tiny",
23
+ "openai_whisper-tiny.en",
24
+ "openai_whisper-base",
25
+ "openai_whisper-base.en",
26
+ "openai_whisper-small",
27
+ "openai_whisper-small.en"
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "identifiers": [
33
+ "iPhone14",
34
+ "iPhone15",
35
+ "iPhone16",
36
+ "iPhone17",
37
+ "iPad14,1",
38
+ "iPad14,2"
39
+ ],
40
+ "models": {
41
+ "default": "openai_whisper-base",
42
+ "supported": [
43
+ "openai_whisper-tiny",
44
+ "openai_whisper-tiny.en",
45
+ "openai_whisper-base",
46
+ "openai_whisper-base.en",
47
+ "openai_whisper-small",
48
+ "openai_whisper-small.en",
49
+ "openai_whisper-large-v2_949MB",
50
+ "openai_whisper-large-v2_turbo_955MB",
51
+ "openai_whisper-large-v3_947MB",
52
+ "openai_whisper-large-v3_turbo_954MB",
53
+ "distil-whisper_distil-large-v3_594MB",
54
+ "distil-whisper_distil-large-v3_turbo_600MB",
55
+ "openai_whisper-large-v3-v20240930_626MB",
56
+ "openai_whisper-large-v3-v20240930_turbo_632MB",
57
+ ]
58
+ }
59
+ },
60
+ {
61
+ "identifiers": [
62
+ "Mac13",
63
+ "iMac21",
64
+ "MacBookAir10,1",
65
+ "MacBookPro17",
66
+ "MacBookPro18",
67
+ "Macmini9",
68
+ "iPad13,16",
69
+ "iPad13,4",
70
+ "iPad13,8"
71
+ ],
72
+ "models": {
73
+ "default": "openai_whisper-large-v3-v20240930",
74
+ "supported": [
75
+ "openai_whisper-tiny",
76
+ "openai_whisper-tiny.en",
77
+ "openai_whisper-base",
78
+ "openai_whisper-base.en",
79
+ "openai_whisper-small",
80
+ "openai_whisper-small.en",
81
+ "openai_whisper-large-v2",
82
+ "openai_whisper-large-v2_949MB",
83
+ "openai_whisper-large-v3",
84
+ "openai_whisper-large-v3_947MB",
85
+ "distil-whisper_distil-large-v3",
86
+ "distil-whisper_distil-large-v3_594MB",
87
+ "openai_whisper-large-v3-v20240930",
88
+ "openai_whisper-large-v3-v20240930_626MB",
89
+ ]
90
+ }
91
+ },
92
+ {
93
+ "identifiers": [
94
+ "Mac14",
95
+ "Mac15",
96
+ "Mac16",
97
+ "iPad14,3",
98
+ "iPad14,4",
99
+ "iPad14,5",
100
+ "iPad14,6",
101
+ "iPad14,8",
102
+ "iPad14,9",
103
+ "iPad14,10",
104
+ "iPad14,11",
105
+ "iPad16",
106
+ ],
107
+ "models": {
108
+ "default": "openai_whisper-large-v3-v20240930",
109
+ "supported": [
110
+ "openai_whisper-tiny",
111
+ "openai_whisper-tiny.en",
112
+ "openai_whisper-base",
113
+ "openai_whisper-base.en",
114
+ "openai_whisper-small",
115
+ "openai_whisper-small.en",
116
+ "openai_whisper-large-v2",
117
+ "openai_whisper-large-v2_949MB",
118
+ "openai_whisper-large-v2_turbo",
119
+ "openai_whisper-large-v2_turbo_955MB",
120
+ "openai_whisper-large-v3",
121
+ "openai_whisper-large-v3_947MB",
122
+ "openai_whisper-large-v3_turbo",
123
+ "openai_whisper-large-v3_turbo_954MB",
124
+ "distil-whisper_distil-large-v3",
125
+ "distil-whisper_distil-large-v3_594MB",
126
+ "distil-whisper_distil-large-v3_turbo",
127
+ "distil-whisper_distil-large-v3_turbo_600MB",
128
+ "openai_whisper-large-v3-v20240930",
129
+ "openai_whisper-large-v3-v20240930_turbo",
130
+ "openai_whisper-large-v3-v20240930_626MB",
131
+ "openai_whisper-large-v3-v20240930_turbo_632MB",
132
+ ]
133
+ }
134
+ }
135
+ ]
136
  }