clearml-agent/trains_agent/helper/package
2020-05-31 14:02:42 +03:00
..
pip_api Fix build failing due to missing session 2020-05-31 14:02:42 +03:00
__init__.py
base.py Support limiting pip version, limit to <20 by default 2020-01-22 12:02:12 +02:00
conda_api.py Print conda install output if running in debug mode, turn on debugging if --debug flag is used 2020-05-09 20:11:01 +03:00
cython_req.py Preinstall numpy if it exists in the requirements (temporary fix) 2020-02-04 18:06:25 +02:00
external_req.py Fix requirements handling and poetry support 2020-01-16 11:10:38 +02:00
horovod_req.py Add support for "-e ./folder" lines in requirements 2020-01-14 11:37:41 +02:00
poetry_api.py Print error in case Poetry configuration failed 2020-02-23 14:43:21 +02:00
pytorch.py Include CUDA version in the pytorch package fail error 2020-05-09 20:09:18 +03:00
requirements.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
translator.py Fix build failing due to missing session 2020-05-31 14:02:42 +03:00
venv_update_api.py