Port of OpenAI's Whisper model in C/C++. Contribute to krmao/whisper.cpp development by creating an account on GitHub.
Port of OpenAI's Whisper model in C/C++. Contribute to ggml-org/whisper.cpp development by creating an account on GitHub.
whisper.cpp / models / download-ggml-model.sh download-ggml-model.sh3.00 KB 一键复制编辑原始数据按行查看历史 Georgi Gerganov提交于6个月前.whisper : add large-v3-turbo (#2440) #!/bin/sh # This script downloads Whisper model files that have already been converted to ggml format. ...
/bin/bash # This script downloads Whisper model files that have already been converted to ggml format. # This way you don't have to convert them yourself. #src="https://ggml.ggerganov.com" #pfx="ggml-model-whisper" src="https://huggingface.co/ggerganov/whisper.cpp"...
Port of OpenAI's Whisper model in C/C++. Contribute to ggml-org/whisper.cpp development by creating an account on GitHub.
faster-whisper-small Audio BIN nexa run faster-whisper-small faster-whisper-medium Audio BIN nexa run faster-whisper-medium faster-whisper-base Audio BIN nexa run faster-whisper-base faster-whisper-large Audio BIN nexa run faster-whisper-large whisper-tiny.en Audio ONNX nexa run whisper-tiny.en...
/bin/sh # This script downloads Whisper model files that have already been converted to ggml format. # This way you don't have to convert them yourself. #src="https://ggml.ggerganov.com" #pfx="ggml-model-whisper" src="https://huggingface.co/ggerganov/whisper.cpp"...
# run the GPT-2 small 117M model ../examples/gpt-2/download-ggml-model.sh 117M ./bin/gpt-2-backend -m models/gpt-2-117M/ggml-model.bin -p "This is an example" For more information, checkout the corresponding programs in the examples folder. Using CUDA # fix the path to poin...
Whisper Small 244 M 465 MB 603 MB 153 MB 291 MB Whisper Medium 769 M 1462 MB 1720 MB 469 MB 726 MB Whisper Large 1550 M 2951 MB 3336 MB 939 MB 1324 MBHere is a short `Whisper Medium` run: (click to expand) $ ./bin/whisper -m models/whisper-medium/ggml-model-q4_0.bin -...
faster-whisper-large Audio BIN nexa run faster-whisper-large whisper-large-v3-turbo Audio BIN nexa run faster-whisper-large-turbo whisper-tiny.en Audio ONNX nexa run whisper-tiny.en whisper-tiny Audio ONNX nexa run whisper-tiny whisper-small.en Audio ONNX nexa run whisper-small.en whisper-...