System Info
peft_config.target_parameters = set(peft_config.target_parameters or [])
peft_config.target_modules = set(peft_config.target_modules or [])
|
peft_config.target_parameters = set(peft_config.target_parameters or []) |
|
peft_config.target_modules = set(peft_config.target_modules or []) |
The target_modules here may be a string, which could lead to a bug.
modelscope/ms-swift#9321
Who can help?
No response
Reproduction
Expected behavior
System Info
peft/src/peft/utils/transformers_weight_conversion.py
Lines 371 to 372 in 64c40db
The target_modules here may be a string, which could lead to a bug.
modelscope/ms-swift#9321
Who can help?
No response
Reproduction
Expected behavior