mirror of
https://github.com/clearml/clearml
synced 2025-03-10 05:50:13 +00:00
Add missing config value
This commit is contained in:
parent
d472e689fd
commit
e116667252
@ -164,6 +164,14 @@ sdk {
|
|||||||
# If this flag is true (default is false), instead of analyzing the code with Pigar, analyze with `pip freeze`
|
# If this flag is true (default is false), instead of analyzing the code with Pigar, analyze with `pip freeze`
|
||||||
detect_with_pip_freeze: false
|
detect_with_pip_freeze: false
|
||||||
|
|
||||||
|
# Log specific environment variables. OS environments are enlisted in the "Environment" section
|
||||||
|
# of the Hyper-Parameters.
|
||||||
|
# multiple selected variables are supported including the suffix '*'.
|
||||||
|
# For example: "AWS_*" will log any OS environment variable starting with 'AWS_'.
|
||||||
|
# This value can be overwritten with os environment variable TRAINS_LOG_ENVIRONMENT="[AWS_*, CUDA_VERSION]"
|
||||||
|
# Example: log_os_environments: ["AWS_*", "CUDA_VERSION"]
|
||||||
|
log_os_environments: []
|
||||||
|
|
||||||
# Development mode worker
|
# Development mode worker
|
||||||
worker {
|
worker {
|
||||||
# Status report period in seconds
|
# Status report period in seconds
|
||||||
|
Loading…
Reference in New Issue
Block a user