mirror of
https://github.com/wassname/peft.git
synced 2026-09-10 12:20:21 +08:00
fix
This commit is contained in:
@@ -9,7 +9,6 @@ from peft import LoraConfig, get_peft_model
|
||||
config = LoraConfig(
|
||||
r=16,
|
||||
lora_alpha=32,
|
||||
target_modules=["q_proj", "v_proj"],
|
||||
lora_dropout=0.05,
|
||||
bias="none",
|
||||
task_type="VISION_2_SEQ",
|
||||
|
||||
Reference in New Issue
Block a user