Skip to content

Commit 90b7da1

Browse files
committed
Cleaned up some debug statements
1 parent d7b2ed6 commit 90b7da1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

examples/lora/gsm8k_grpo_vllm_single_controller.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ def main(args):
7777
else:
7878
raise ValueError(f"Unsupported gen_backend: '{allocation_mode.gen_backend}'")
7979

80-
# import debugpy, os
81-
# debugpy.listen(("0.0.0.0", 2500))
82-
# debugpy.wait_for_client()
83-
# debugpy.breakpoint()
84-
8580
rollout = RolloutController(
8681
engine_class, config=config.rollout, scheduler=scheduler
8782
)

0 commit comments

Comments
 (0)