clearml-agent/trains_agent/helper
2020-12-10 09:53:18 +02:00
..
gpu Fix GPU Windows monitoring support (Trains Issue #177) 2020-08-10 08:07:51 +03:00
os
package Fix running trains-agent from conda environment - conda.sh not found in first conda PATH match 2020-12-10 09:53:18 +02:00
__init__.py
base.py Fix running trains-agent from conda environment - conda.sh not found in first conda PATH match 2020-12-10 09:53:18 +02:00
check_update.py
console.py Suppress "\r" when reading a current chunk of a file. Add agent.suppress_carriage_return (default True) to support previous behavior. 2020-10-11 11:21:08 +03:00
dicts.py Improve k8s glue add --template-yaml 2020-10-23 01:28:22 +03:00
process.py Change daemon --stop without any specific flag to terminate the agents by worker id lexicographic order 2020-07-11 01:43:54 +03:00
repo.py Allow zero context diffs (useful when blind patching repository) 2020-12-06 12:13:28 +02:00
resource_monitor.py Do not monitor GPU when running with --cpu-only 2020-05-31 14:01:14 +03:00
runtime_verification.py Add preliminary agent uptime/downtime support 2020-09-29 19:34:51 +03:00
singleton.py Fix uid is None causes ValueError in str.startswith(). Fix str.split (should be on the filename itself, not the path). 2020-11-11 16:32:47 +02:00
trace.py