cargo run -- --stream-step 8 --stream-retain 4 --stream-head=2 --stream-tail=0 2> /dev/null
This commit is contained in:
@@ -33,7 +33,7 @@ pub fn f32_from_wav_file(path: &String) -> Result<Vec<f32>, String> {
|
||||
}
|
||||
|
||||
fn get_fast() -> Vec<u8> {
|
||||
include_bytes!("../../models/ggml-base.en.bin").to_vec()
|
||||
include_bytes!("../../models/ggml-small.en.bin").to_vec()
|
||||
}
|
||||
|
||||
fn get_good() -> Vec<u8> {
|
||||
|
||||
Reference in New Issue
Block a user