Closed eliteprox closed 1 week ago
This change adds support for new whisper models distil-whisper/distil-large-v3 and openai/whisper-medium.
distil-whisper/distil-large-v3
openai/whisper-medium
It also optimizes those models to use the appropriate BFLOAT, FLOAT16 or FLOAT32 values.
Credit to @ad-astra-video for intially exploring these models and optimizations
@rickstaa I made several changes since you last reviewed this PR, so I held off on merging. Could you or @ad-astra-video re-review the latest changes?
This change adds support for new whisper models
distil-whisper/distil-large-v3
andopenai/whisper-medium
.It also optimizes those models to use the appropriate BFLOAT, FLOAT16 or FLOAT32 values.
Credit to @ad-astra-video for intially exploring these models and optimizations