handy-computer/transcribe.cpp
原文摘要
ggml speech-to-text inference for 16+ model families transcribe.cpp C/C++ speech-to-text inference library. Runs diverse STT model families via GGUF models on the ggml runtime, with Metal, Vulkan, and CUDA backends for fast GPU inference plus a tinyBLAS-accelerated CPU path. 16 model families and 60+ variants, streaming and batch. Every model we publish under handy-computer is numerically verified and WER-tested against its reference implementation Supported models: Family Variants Docs Parakeet 10 variants: TDT, RNN-T, CTC, TDT+CTC (110M–1.1B) docs/models/parakeet.md Canary canary-1b , canary-1b-v2 , canary-1b-flash , canary-180m-flash docs/models/canary.md Canary-Qwen canary-qwen-2.5b (FastConformer + Qwen3-1.7B SALM) docs/models/canary-qwen-2.5b.md Whisper 12 variants ( tiny through large-v3-turbo , plus .en siblings) docs/models/whisper.md GigaAM gigaam-v3-{e2e-rnnt,e2e-ctc,rnnt,ctc} docs/models/gigaam.md Moonshine moonshine-tiny , moonshine-base docs/models/moonshine.md Moonshine Streaming moonshine-streaming-{tiny,small,medium} docs/models/moonshine-streaming.md Qwen3-ASR qwen3-asr-0.6b , qwen3-asr-1.7b docs/models/qwen3-asr.md Cohere Transcribe cohere-transcribe-03-2026 docs…
📋 本文为 GitHub Trending Daily RSS 的 RSS 摘要原文,未经 AI 整理。完整上下文请以 原文 为准。