Skip to content

Commit f6a6f5e

Browse files
committed
fix
1 parent 7462e55 commit f6a6f5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eval_protocol/cli_commands/create_rft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def _create_rft_job(
635635
args_dict = vars(args)
636636
for name in signature.parameters:
637637
# Do NOT let raw CLI args overwrite the normalized resources passed into this function.
638-
if name in ("account_id", "dataset", "evaluator"):
638+
if name in ("dataset", "evaluator"):
639639
continue
640640
prefix = name + "_"
641641

0 commit comments

Comments
 (0)