aotrih iandundas commited on
Commit
e0c1da7
·
verified ·
1 Parent(s): f92303c

For M1-series macs: remove `openai_whisper-large-v3-v20240930` from supported models, and change default to `openai_whisper-large-v3-v20240930_626MB` (#12)

Browse files

- For M1-series macs: remove `openai_whisper-large-v3-v20240930` from supported models, and change default to `openai_whisper-large-v3-v20240930_626MB` (707247e689e23f68dcf0e7c81dbdc870de0890d4)


Co-authored-by: Ian Dundas <[email protected]>

Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -70,7 +70,7 @@
70
  "iPad13,8"
71
  ],
72
  "models": {
73
- "default": "openai_whisper-large-v3-v20240930",
74
  "supported": [
75
  "openai_whisper-tiny",
76
  "openai_whisper-tiny.en",
@@ -84,7 +84,6 @@
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
  }
 
70
  "iPad13,8"
71
  ],
72
  "models": {
73
+ "default": "openai_whisper-large-v3-v20240930_626MB",
74
  "supported": [
75
  "openai_whisper-tiny",
76
  "openai_whisper-tiny.en",
 
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_626MB"
88
  ]
89
  }