(lora_target_modules: List[str])
| 729 | |
| 730 | @staticmethod |
| 731 | def get_missing_qkv_modules(lora_target_modules: List[str]) -> List[str]: |
| 732 | return get_missing_qkv_modules_from_lora_modules(lora_target_modules) |
| 733 | |
| 734 | @property |
| 735 | def missing_qkv_modules(self) -> List[str]: |
no test coverage detected