Skip to content

0.13.2

Compare
Choose a tag to compare
@karlmutch karlmutch released this 27 Apr 20:22
· 512 commits to main since this release

IMPROVEMENTS:

  • Storage limitations now used when downloading artifacts, based on the requested disk space from the StudioML client
  • Idle Time limits added, new options -limit-idle-duration duration, -limit-interval duration with string values such as 10m for 10 minutes
  • Jobs completed limit option added, -limit-tasks
  • Document auto scaling, down to 0, in docs/aws_k8s.md, for the EKS use case.
  • Go 1.16.3 support
  • A100 support in non mig mode only for AWS, mixed, and single mig mode for on-premises Kubernetes
  • RabbitMQ Rabbit Hole and many other dependency upgrades

FIXES:

  • Security changes made for file escape when unpacking artifact archives
  • When using multiple GPUs the CUDA_VISIBLE_DEVICES was getting overwritten by the addition of new GPU devices

KNOWN BUGS:

  • AWS A100 (p4d.24xlarge) mixed, and single mig support is waiting on AWS fixes