Skip to content

Commit deb66fe

Browse files
committed
remove dupe
1 parent eb51a44 commit deb66fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run_trainer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def run(self, config: Config, finetrainers_path: str, log_file: str):
103103

104104
control_cmd = ["--rank", config.get('rank'),
105105
"--lora_alpha", config.get('lora_alpha'),
106-
"--target_modules",
107106
"--control_type", config.get('control_type'),
108107
"--frame_conditioning_index", config.get('frame_conditioning_index'),
109108
"--frame_conditioning_type", config.get('frame_conditioning_type')]

0 commit comments

Comments
 (0)