diff --git a/clearml/config/default/sdk.conf b/clearml/config/default/sdk.conf index 63b15b8a..f4dc2535 100644 --- a/clearml/config/default/sdk.conf +++ b/clearml/config/default/sdk.conf @@ -156,7 +156,7 @@ vcs_repo_detect_async: true # Store uncommitted git/hg source code diff in experiment manifest when training in development mode - # This stores "git diff" or "hg diff" into the experiment's "script.requirements.diff" section + # This stores "git diff" or into the experiment's "script.requirements.diff" section store_uncommitted_code_diff: true # Support stopping an experiment in case it was externally stopped, status was changed or task was reset diff --git a/docs/clearml.conf b/docs/clearml.conf index 09e3ecc3..26a1b483 100644 --- a/docs/clearml.conf +++ b/docs/clearml.conf @@ -176,7 +176,7 @@ sdk { vcs_repo_detect_async: true # Store uncommitted git/hg source code diff in experiment manifest when training in development mode - # This stores "git diff" or "hg diff" into the experiment's "script.requirements.diff" section + # This stores "git diff" or into the experiment's "script.requirements.diff" section store_uncommitted_code_diff: true store_code_diff_from_remote: false