We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15d82b commit de868f9Copy full SHA for de868f9
train.py
@@ -49,7 +49,7 @@ def main(args):
49
# ==============================
50
# Initialize Distributed Training
51
52
- colossalai.launch_from_torch({})
+ colossalai.launch_from_torch({}, seed=args.global_seed)
53
coordinator = DistCoordinator()
54
device = get_current_device()
55
0 commit comments