From 973dea21c7a8f909dce6eff104ded17feab91e0c Mon Sep 17 00:00:00 2001 From: Tong Li Date: Fri, 27 Jun 2025 14:16:23 +0800 Subject: [PATCH] remove assert --- applications/ColossalChat/rl_example.py | 1 - 1 file changed, 1 deletion(-) diff --git a/applications/ColossalChat/rl_example.py b/applications/ColossalChat/rl_example.py index ffec153b2..d7b7c2a5d 100644 --- a/applications/ColossalChat/rl_example.py +++ b/applications/ColossalChat/rl_example.py @@ -319,7 +319,6 @@ if __name__ == "__main__": else None ), } - assert args.n_behind == 0, "DAPO does not support N behined." else: raise ValueError(f"Unsupported algorithm: {args.algo}")