Changed, async repository detection and auto-requirements generation.

This commit is contained in:
allegroai 2019-07-06 23:02:24 +03:00
parent 577010c421
commit bcb10d7adb
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ sdk {
task_reuse_time_window_in_hours: 72.0
# Run VCS repository detection asynchronously
vcs_repo_detect_async: False
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

View File

@ -105,7 +105,7 @@
task_reuse_time_window_in_hours: 72.0
# Run VCS repository detection asynchronously
vcs_repo_detect_async: False
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