clearml-agent/trains_agent/helper
2020-11-11 17:11:28 +02: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 Improve trying to find conda executable 2020-11-11 16:29:50 +02: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 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 Fix git diff with empty line at the end of the git diff will cause corrupt diff apply message 2020-11-11 17:11: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 Initial release 2019-10-25 22:28:44 +03:00