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