clearml-agent/trains_agent/helper
2020-10-15 23:26:58 +03:00
..
gpu Fix GPU Windows monitoring support (Trains Issue #177) 2020-08-10 08:07:51 +03:00
os Add daemon detached mode (--detached, -d) that runs agent in the background and returns immediately 2020-03-22 19:00:29 +02:00
package Add conda support for read-only pre-built environment (pass conda folder as docker_cmd on Task). 2020-10-15 23:25:57 +03:00
__init__.py Initial release 2019-10-25 22:28:44 +03:00
base.py Fix conda PYTHONPATH (point only to code, not to venv) 2020-10-15 23:26:58 +03:00
check_update.py Fix PyTorch support to ignore minor versions when looking for package to install or to download 2020-03-20 10:48:48 +02:00
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 Initial release 2019-10-25 22:28:44 +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 When using force ssh protocol, only enforce on git_host if provided, otherwise apply everywhere 2020-10-05 18:26:21 +03: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 Add daemon --order-fairness for round-robin queue pulling 2020-07-11 01:42:56 +03:00
trace.py Initial release 2019-10-25 22:28:44 +03:00