update assert

This commit is contained in:
Tong Li 2025-06-27 13:14:35 +08:00
parent a0f8680e85
commit 90c3b12474

View File

@ -319,6 +319,7 @@ if __name__ == "__main__":
else None else None
), ),
} }
assert args.n_behind == 0, "DAPO does not support N behined."
else: else:
raise ValueError(f"Unsupported algorithm: {args.algo}") raise ValueError(f"Unsupported algorithm: {args.algo}")