Views
No views yet
whisper.cpp-compatible conversion artifacts for Scrya/whisper-large-v2-cantonese.ggml-whisper-large-v2-cantonese.bin: ggml model for whisper.cppggml-whisper-large-v2-cantonese-encoder.mlmodelc/: compiled Core ML encoder for Apple platformsopenai/whisper-large-v2Scrya/whisper-large-v2-cantoneseyue)whisper.cpp with Core ML enabled:1cmake -B build -DWHISPER_COREML=1
2cmake --build build -j --config Release./build/bin/whisper-cli -m models/ggml-whisper-large-v2-cantonese.bin -f samples/jfk.wav.mlmodelc directory is placed next to the .bin file, whisper.cpp will load it automatically on Apple platforms.ggml-org/whisper.cpp using:./models/convert-hf-whisper-model.sh --output-name whisper-large-v2-cantonese Scrya/whisper-large-v2-cantonese