(self, file_path="", state_dict={})
| 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 [], [] |
no outgoing calls
no test coverage detected