remove redundant code

Former-commit-id: 667ce08b27df9452faee87348419f5f1f0c0cb2f
This commit is contained in:
hiyouga 2024-04-24 05:02:18 +08:00
parent c0afc4074f
commit 1f99c367b3

View File

@ -167,7 +167,6 @@ def init_adapter(
}
if model_args.use_unsloth:
print(model)
model = get_unsloth_peft_model(model, model_args, peft_kwargs)
else:
lora_config = LoraConfig(