Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokiiiiii committed Jun 22, 2022
1 parent d4d4b83 commit 6c077b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def test_mwms(
framework_version=tensorflow_training_version,
enable_sagemaker_metrics=False,
compiler_config=TrainingCompilerConfig(),
distribution={"multi_worker_mirrored_strategy": True},
distribution={"multi_worker_mirrored_strategy": {"enabled": True}},
).fit()

def test_python_2(
Expand Down

0 comments on commit 6c077b3

Please sign in to comment.