[Misc] Improve LoRA spelling (#13831)

This commit is contained in:
Jee Jee Li
2025-02-26 15:43:01 +08:00
committed by GitHub
parent e206b54331
commit 5157338ed9
25 changed files with 80 additions and 80 deletions

View File

@@ -42,7 +42,7 @@ class PEFTHelper:
def _validate_features(self) -> List[str]:
"""
Check if there are any unsupported Lora features.
Check if there are any unsupported LoRA features.
"""
error_msg = []
if self.modules_to_save: