(self, **kwargs)
| 501 | return self._merged_adapters |
| 502 | |
| 503 | def load_lora_weights(self, **kwargs): |
| 504 | raise NotImplementedError("`load_lora_weights()` is not implemented.") |
| 505 | |
| 506 | @classmethod |
| 507 | def save_lora_weights(cls, **kwargs): |
no outgoing calls