Unverified Commit f63a8a12 authored by Nako Sung's avatar Nako Sung Committed by GitHub
Browse files

Fix typo

Tiny typo fix : sedd -> seed
parent 46a536cc
......@@ -165,7 +165,7 @@ def model_parallel_cuda_manual_seed(seed):
# 2718 is just for fun and any POSITIVE value will work.
offset = seed + 2718
model_parallel_seed = offset + get_model_parallel_rank()
# Data parallel gets the original sedd.
# Data parallel gets the original seed.
data_parallel_seed = seed
if torch.distributed.get_rank() == 0:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment