Skip to content

PyPI v0.10.5

Compare
Choose a tag to compare
@clearml-bot clearml-bot released this 07 Sep 20:46
· 2261 commits to master since this release

Features and Bug Fixes

  • Add GPU monitoring support (add gpustat package to extras_require)
    • Install with GPU monitoring support: pip install trains[gpu]
  • Move all cloud storage package requirements to extras_require
    Install with specific cloud provider support:
    • Microsoft Azure support: pip install trains[azure]
    • Google Storage support: pip install trains[gs]
    • Amazon S3 support: pip install trains[s3]
  • Combine Cloud support with GPU monitoring:
    For example S3 and GPU: pip install trains[s3,gpu]
  • Improve stability with intermittent network connection
  • Support upgrading trains-server while running training jobs without losing log data