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

#12
by iandundas - opened
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
  }