MCPcopy Index your code
hub / github.com/Standard-Intelligence/hertz-dev / deinit_cache

Method deinit_cache

model.py:297–302  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

295 self.use_audio_cache = True
296
297 def deinit_cache(self):
298 self.cache = [None] * len(self.layers)
299 self.resynthesizer.deinit_cache()
300 self.audio_cache = None
301 self.audio_latent_cache = None
302 self.use_audio_cache = False
303
304 @T.no_grad()
305 def forward(self, data):

Callers 1

completionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected