ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
35.38k stars 3.61k forks source link

whisper folder and Mel_filters.npz file does not exist. #2144

Closed abdelazizSalah closed 5 months ago

abdelazizSalah commented 5 months ago
ggerganov commented 5 months ago

You need to clone the OpenAI Whisper repo to get the mel filter assets: https://github.com/openai/whisper/tree/main/whisper/assets

abdelazizSalah commented 5 months ago

it worked thanks!!