Skip to content

Commit

Permalink
remove waveform from memery
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemefan committed Feb 14, 2024
1 parent 2eb27a6 commit 8f99536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paraformer/runtime/python/utils/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ def cache_reset(self):
self.fbank_fn = knf.OnlineFbank(self.opts)
self.reserve_waveforms = None
self.input_cache = None
self.waveform = None
self.lfr_splice_cache = []


Expand Down

0 comments on commit 8f99536

Please sign in to comment.