diff --git a/crates/core/src/model_registry.rs b/crates/core/src/model_registry.rs index 91c6d76..ebb6a9c 100644 --- a/crates/core/src/model_registry.rs +++ b/crates/core/src/model_registry.rs @@ -90,6 +90,12 @@ static ALL_MODELS: LazyLock> = LazyLock::new(|| { size: Megabytes(1), sha256: None, }, + ModelFile { + filename: "vocab.txt", + url: "https://huggingface.co/istupakov/parakeet-tdt-0.6b-v2-onnx/resolve/main/vocab.txt", + size: Megabytes(1), + sha256: None, + }, ], description: "Fastest local model — near-instant transcription", },