(self, file_path="", state_dict={})
| 138 | pass |
| 139 | |
| 140 | def match(self, file_path="", state_dict={}): |
| 141 | return False |
| 142 | |
| 143 | def load(self, file_path="", state_dict={}, device="cuda", torch_dtype=torch.float16, **kwargs): |
| 144 | return [], [] |
no outgoing calls
no test coverage detected