Skip to content

Commit d7062c7

Browse files
committed
Revert "no multi eval by default"
This reverts commit 76af4ad.
1 parent 45338d5 commit d7062c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_qwen3_4b_fsdp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ScriptArgs:
1818
num_gpus_per_node: int = 8
1919
hardware: Literal["H100"] = "H100"
2020
extra_args: str = ""
21-
multi_eval: bool = False
21+
multi_eval: bool = True
2222
true_on_policy: bool = False
2323
dynamic_sampling: bool = False
2424
enable_eval: bool = True

0 commit comments

Comments
 (0)