qwen2-audio whisper model ggml inference
qwen2-audio whisper ggml推理基础设施,业余工作记录。
git clone https://github.com/Liufeiran123/qwen2-audio-whisper-ggml.git
cd qwen2-audio-whisper-ggml
python ./models/convert-pt-to-ggml.py ./qwen2-audio-whisper.pt ./github/repos/whisper ./qwen2-audio-whisper-ggml/
cmake -DGGML_CUDA=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DWHISPER_BUILD_EXAMPLES=ON .
make
./bin/main -f ./samples/jfk.wav
感谢 whisper.cpp项目 https://github.com/ggerganov/whisper.cpp