MCPcopy Create free account
hub / github.com/MeiGen-AI/MultiTalk / forward

Method forward

kokoro/modules.py:181–183  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

179# https://github.com/yl4579/StyleTTS2/blob/main/Utils/PLBERT/util.py
180class CustomAlbert(AlbertModel):
181 def forward(self, *args, **kwargs):
182 outputs = super().forward(*args, **kwargs)
183 return outputs.last_hidden_state

Callers

nothing calls this directly

Calls 1

forwardMethod · 0.45

Tested by

no test coverage detected