MCPcopy Create free account
hub / github.com/csslc/PiSA-SR / create_custom_forward

Method create_custom_forward

ram/models/bert.py:504–508  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

502 use_cache = False
503
504 def create_custom_forward(module):
505 def custom_forward(*inputs):
506 return module(*inputs, past_key_value, output_attentions)
507
508 return custom_forward
509
510 layer_outputs = torch.utils.checkpoint.checkpoint(
511 create_custom_forward(layer_module),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected