mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 22:48:40 +00:00
40 lines
1.4 KiB
Markdown
40 lines
1.4 KiB
Markdown
|
---
|
||
|
title: Version 0.12
|
||
|
---
|
||
|
:::important
|
||
|
**Trains** is now **ClearML**.
|
||
|
:::
|
||
|
|
||
|
### Trains Agent 0.12.2
|
||
|
|
||
|
**Features and Bug Fixes**
|
||
|
|
||
|
* Improve configuration wizard.
|
||
|
* Improve Docker and Kubernetes support.
|
||
|
* Add `docker build` command.
|
||
|
* Add initial Poetry support.
|
||
|
* Fix Docker CUDA support.
|
||
|
|
||
|
### Trains Agent 0.12.1
|
||
|
|
||
|
**Features and Bug Fixes**
|
||
|
|
||
|
* Windows support! YES, you can now have Windows machines as part of your cluster (notice --docker is not supported on Windows).
|
||
|
* Add initial Conda package manager support (still in beta).
|
||
|
* Add --gpus and --cpu-only for easier GPU control when running multiple `trains-agent` instances on the same machine.
|
||
|
* [python_binary](https://github.com/allegroai/trains-agent/blob/master/docs/trains.conf#L35) can now be specified (the default is the same Python binary executing the `trains-agent`).
|
||
|
* Fix Issue ([GitHub Issue #2](https://github.com/allegroai/trains-agent/issues/2)).
|
||
|
|
||
|
### Trains Agent 0.12.0
|
||
|
|
||
|
TRAINS Agent - Initial Release
|
||
|
|
||
|
* TRAINS Agent currently supports Linux and Mac.
|
||
|
* Python packaging system supported: pip.
|
||
|
* Containers supported: Docker v19.03 and above.
|
||
|
* Version Control support: git
|
||
|
* Support for standalone scripts and Jupyter Notebooks.
|
||
|
* TRAINS-server v0.12 and above.
|
||
|
* TRAINS v0.11.3 and above.
|
||
|
* Sample configuration file available [here](https://github.com/allegroai/trains-agent/blob/master/docs/trains.conf).
|