MCPcopy Create free account
hub / github.com/MotrixLab/ViMoGen / custom_forward

Method custom_forward

models/transformer/wan/modules/t2m_model.py:658–659  ·  view source on GitHub ↗
(*inputs, **kwargs)

Source from the content-addressed store, hash-verified

656
657 def create_custom_forward(module):
658 def custom_forward(*inputs, **kwargs):
659 return module(*inputs, **kwargs)
660 return custom_forward
661
662 # import pdb; pdb.set_trace()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected