mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-23 03:33:05 +00:00
update assert
This commit is contained in:
parent
a0f8680e85
commit
90c3b12474
@ -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}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user