[chore] Clean up redundant lora_weight_names concept to simplify code (#9131)

This commit is contained in:
Lifu Huang
2025-08-17 12:36:58 -07:00
committed by GitHub
parent ce3ca9b02f
commit 4b74c3fcca
4 changed files with 55 additions and 54 deletions

View File

@@ -2874,6 +2874,8 @@ SUPPORTED_LORA_TARGET_MODULES = [
"gate_proj",
"up_proj",
"down_proj",
"qkv_proj",
"gate_up_proj",
]
LORA_TARGET_ALL_MODULES = "all"