MCPcopy Create free account
hub / github.com/OpenMOSS/MOSS / __call__

Method __call__

moss_inference.py:342–343  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

340 return outputs.logits, outputs.past_key_values
341
342 def __call__(self, input):
343 return self.forward(input)
344
345
346if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

forwardMethod · 0.95

Tested by

no test coverage detected