MCPcopy
hub / github.com/Omni-Avatar/OmniAvatar / match

Method match

OmniAvatar/models/model_manager.py:102–103  ·  view source on GitHub ↗
(self, file_path="", state_dict={})

Source from the content-addressed store, hash-verified

100 pass
101
102 def match(self, file_path="", state_dict={}):
103 return False
104
105 def load(self, file_path="", state_dict={}, device="cuda", torch_dtype=torch.float16, **kwargs):
106 return [], []

Callers 3

matchMethod · 0.45
loadMethod · 0.45
load_modelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected