We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7462e55 commit f6a6f5eCopy full SHA for f6a6f5e
1 file changed
eval_protocol/cli_commands/create_rft.py
@@ -635,7 +635,7 @@ def _create_rft_job(
635
args_dict = vars(args)
636
for name in signature.parameters:
637
# Do NOT let raw CLI args overwrite the normalized resources passed into this function.
638
- if name in ("account_id", "dataset", "evaluator"):
+ if name in ("dataset", "evaluator"):
639
continue
640
prefix = name + "_"
641
0 commit comments