Skip to content

Commit

Permalink
fix: cut gpu usage by 80%
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Jul 11, 2024
1 parent 714023e commit c3f77b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenpipe-audio/tests/core_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mod tests {
println!("Speech to text completed in {:?}", duration);
println!("Transcribed text: {:?}", text);

assert!(text[0].contains("The fire"));
assert!(text.contains("The fire"));
}

// Add more tests for other functions
Expand Down

0 comments on commit c3f77b9

Please sign in to comment.