mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-09 21:09:18 +00:00
update assert
This commit is contained in:
@@ -319,6 +319,7 @@ if __name__ == "__main__":
|
||||
else None
|
||||
),
|
||||
}
|
||||
assert args.n_behind == 0, "DAPO does not support N behined."
|
||||
else:
|
||||
raise ValueError(f"Unsupported algorithm: {args.algo}")
|
||||
|
||||
|
Reference in New Issue
Block a user