PatrickWong-China
Results
2
comments of
PatrickWong-China
seems like [chunjun 增加自定义函数模块 #901](https://github.com/DTStack/chunjun/issues/901)
Maybe you can check the test code here. I thought the test code described enough. https://github.com/hiyouga/LLaMA-Factory/blob/52f25651a2016ddede2283be17cf40c2c1b906ed/tests/model/test_lora.py#L73 def test_lora_train_all_modules(): model = load_train_model(lora_target="all", **TRAIN_ARGS) linear_modules, _ = check_lora_model(model) assert linear_modules == {"q_proj",...