mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-27 05:20:38 +00:00
remove assert
This commit is contained in:
parent
90c3b12474
commit
973dea21c7
@ -319,7 +319,6 @@ 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