MCPcopy Create free account
hub / github.com/cactus-compute/cactus / __init__

Method __init__

python/src/cli.py:636–638  ·  view source on GitHub ↗
(self, state_dict, config)

Source from the content-addressed store, hash-verified

634
635 class _RawModelWrapper:
636 def __init__(self, state_dict, config):
637 self._state_dict = state_dict
638 self.config = config
639
640 def state_dict(self):
641 return self._state_dict

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected