How to convert this to a ggml model?

#9
by LinxiaoCN - opened

The script provided by whisper.cpp actually needs the original openai repo, because it needs the original tokenizer and mel filters, as stated here: https://github.com/ggerganov/whisper.cpp/blob/master/models/convert-pt-to-ggml.py. (line 5 to line 15)
If I want to convert this model into ggml format, what should I do?

I want to know that too.

Sign up or log in to comment