Skip to content

Commit

Permalink
Automatically quantize STT model
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjammer committed May 30, 2024
1 parent bf48cf4 commit bd62716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stt.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def listen_loop(self):
'enable_realtime_transcription': True,
'realtime_processing_pause': 0.2,
'realtime_model_type': 'tiny.en',
'compute_type': 'auto',
'on_recording_start': self.recording_start,
'on_recording_stop': self.recording_stop,
'level': logging.ERROR
Expand Down

0 comments on commit bd62716

Please sign in to comment.