Unverified Commit b49020c1 authored by digger-yu's avatar digger-yu Committed by GitHub
Browse files

[CI] Update test_sharded_optim_with_sync_bn.py (#3688)

fix spelling error in line23
change "cudnn_determinstic"=True to "cudnn_deterministic=True"
parent b36e67cb
......@@ -20,7 +20,7 @@ def run_dist(rank, world_size, port):
# need to configure cudnn deterministic so that
# randomness of convolution layers will be disabled
zero_config = dict(model_config=dict(shard_strategy=TensorShardStrategy()))
colossalai.launch(config=dict(zero=zero_config, cudnn_determinstic=True, cudnn_benchmark=False),
colossalai.launch(config=dict(zero=zero_config, cudnn_deterministic=True, cudnn_benchmark=False),
rank=rank,
world_size=world_size,
host='localhost',
......
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