Skip to content

Commit

Permalink
🔧 fix: Small fix from cuda to cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
luisffee committed Oct 24, 2024
1 parent 9f86f58 commit 8f22e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/butia_stt_quiz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ stt_configs:
spinner: False
model: "small.en"
silero_sensitivity: 0.5
device: "cuda"
device: "cpu"
webrtc_sensitivity: 1
post_speech_silence_duration: 0.4
min_length_of_recording: 0.5
Expand Down
2 changes: 1 addition & 1 deletion config/butia_stt_recepcionist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ stt_configs:
spinner: False
model: "small.en"
silero_sensitivity: 0.5
device: "cuda"
device: "cpu"
webrtc_sensitivity: 1
post_speech_silence_duration: 0.2
min_length_of_recording: 0.5
Expand Down

0 comments on commit 8f22e8a

Please sign in to comment.