mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-22 13:41:43 +00:00
update select algo
This commit is contained in:
parent
0cc0c843ed
commit
0590f10fb7
@ -15,7 +15,7 @@ if __name__ == "__main__":
|
||||
parser.add_argument("-tbs", "--train-batch-size", type=int, default=16)
|
||||
parser.add_argument("-tmbs", "--train-microbatch-size", type=int, default=2)
|
||||
parser.add_argument("-b", "--backend", type=str, default="transformers")
|
||||
parser.add_argument("-a", "--algo", type=str, default="GPRO", choices=["Simple, GPRO"])
|
||||
parser.add_argument("-a", "--algo", type=str, default="GRPO", choices=["Simple, GPRO"])
|
||||
args = parser.parse_args()
|
||||
|
||||
ray.init(address="local", namespace="ray-example")
|
||||
|
Loading…
Reference in New Issue
Block a user