Skip to content

Commit

Permalink
fix(batch): unknown module batch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bear-03 committed Oct 26, 2024
1 parent cbe35f7 commit 0706303
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion crates/vosk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//! [`Recognizer::partial_result`] or [`Recognizer::final_result`]

#[cfg(feature = "batch")]
mod batch;
mod gpu;
mod log;
mod models;
mod recognition;
Expand Down

0 comments on commit 0706303

Please sign in to comment.