mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-14 23:58:11 +08:00
tiny fix
Former-commit-id: f088e580d3bacd0eecd0c3bf17e928eb49832ba1
This commit is contained in:
parent
8c0a721c4c
commit
25d4889789
@ -145,7 +145,6 @@ def get_forbidden_modules(config: "PretrainedConfig", finetuning_args: "Finetuni
|
|||||||
|
|
||||||
elif model_type == "minicpmv":
|
elif model_type == "minicpmv":
|
||||||
if finetuning_args.freeze_vision_tower:
|
if finetuning_args.freeze_vision_tower:
|
||||||
print("******************", model_type)
|
|
||||||
forbidden_modules.add("vpm")
|
forbidden_modules.add("vpm")
|
||||||
forbidden_modules.add("apm")
|
forbidden_modules.add("apm")
|
||||||
forbidden_modules.add("resampler")
|
forbidden_modules.add("resampler")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user