Skip to content

fix: voxtream backend should log model download progress to stderr #33

@pszymkowiak

Description

@pszymkowiak

When using vox -b voxtream "text" for the first time, the model download (~500MB) happens silently — no progress indication.

The voxtream backend in src/backend/voxtream.rs should print a message to stderr before calling the voxtream CLI:

eprintln!("Loading VoXtream2 model (first run may download ~500MB)...");

Similar to how qwen-native does it in src/backend/qwen_native.rs:35.

Small fix, one line.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions