forkjoin-ai/whisper-large-v3-gguf
0
Whisper Large V3
Forkjoin.ai conversion of openai/whisper-large-v3 to GGUF format for edge deployment.
Model Details
- Source Model: openai/whisper-large-v3
- Format: GGUF
- Converted by: Forkjoin.ai
Usage
With llama.cpp
./llama-cli -m whisper-large-v3-gguf.gguf -p "Your prompt here" -n 256With Ollama
Create a Modelfile:
FROM ./whisper-large-v3-gguf.ggufollama create whisper-large-v3-gguf -f Modelfile
ollama run whisper-large-v3-ggufAbout Forkjoin.ai
Forkjoin.ai runs AI models at the edge -- in-browser, on-device, zero cloud cost. These converted models power real-time inference, speech recognition, and natural language capabilities.
All conversions are optimized for edge deployment within browser and mobile memory constraints.
License
Apache 2.0 (follows upstream model license)
