(self, *args, **kwargs)
| 424 | raise RuntimeError( |
| 425 | "Merging LyCORIS modules into weight-only FP8 Linear is not supported." |
| 426 | ) |
| 427 | self_device = next(self.parameters()).device |
| 428 | self_dtype = next(self.parameters()).dtype |
| 429 | self.to(self.org_weight) |
| 430 | self.cached_org_weight = self.org_weight.data.cpu() |
nothing calls this directly
no outgoing calls
no test coverage detected