Skip to content

Commit bb711fe

Browse files
committed
remove unnecessary check
1 parent e966d5c commit bb711fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/grpo/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,6 @@ async def main(cfg: DictConfig):
349349
),
350350
)
351351

352-
if "steps" not in cfg.trainer.training:
353-
raise ValueError("`cfg.trainer.training.steps` must be defined (can be null).")
354-
355352
max_steps = cfg.trainer.training.steps
356353

357354
print("All services initialized successfully!")

0 commit comments

Comments
 (0)