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