anime-whisper-ggml
ใใฎใขใใซใฏใlitagin/anime-whisperใwhisper.cppใไฝฟใฃใฆggmlๅคๆใป้ๅญๅใ่กใฃใใขใใซใงใใ
ๆจ่ซใฎๅไฝ่ชไฝใฏ็ขบ่ชใใฆใใพใใใๆๅญ่ตทใใ็ตๆใใใใใใใใชใๅ้กใๆฑใใฆใใพใ๏ผๅ ้ ญใซ่ฌใฎๆๅญใๅ ฅใใชใฉ๏ผใ่งฃๆฑบ็ญ็ญๅใใๆนใใใฐๆใใฆใใ ใใใ
ๅคๆๆ้
ๅคงๆฌใฎใขใใซใงใใkotoba-tech/kotoba-whisper-v2.0-ggmlใฎREADMEใๅ่ใซใไปฅไธใฎใใใชๆ้ ใงๅคๆใป้ๅญๅใใฆใใพใใ
# clone OpenAI whisper and whisper.cpp
git clone https://github.com/openai/whisper
git clone https://github.com/ggerganov/whisper.cpp
# get the models
cd whisper.cpp/models
huggingface-cli download litagin/anime-whisper --local-dir ./anime-whisper
# convert to ggml
python ./convert-h5-to-ggml.py ./anime-whisper/ ../../whisper .
mv ggml-model.bin ggml-anime-whisper.bin
# quantize ggml model
cd ../
cmake -B build -DGGML_CUDA=1
cmake --build build -j --config Release
./build/bin/quantize models/ggml-anime-whisper.bin models/ggml-anime-whisper-q8_0.bin q8_0
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support