Skip to content

Latest commit

 

History

History
executable file
·
50 lines (36 loc) · 2.57 KB

README.md

File metadata and controls

executable file
·
50 lines (36 loc) · 2.57 KB

Machine Learning Working Group

Identify and fix gaps in Kubernetes to better support Machine Learning applications

Stakeholder SIGs

  • SIG Apps
  • SIG Node

Meetings

Organizers

Contact

A working group dedicated towards making Kubernetes work best for Machine Learning workloads.

The charter for this working group as proposed is as follows:

  • Assess the state of the art for ML workloads on K8s
  • Identify pain points users currently have with ML on k8s
  • Identify, prioritize and execute on improving k8s to better support ML workloads in the near, medium, and long term.

Goals:

Topics include, but are not limited to:

  • Ease source changes to execution workflows, as they are a common barrier to entry.
  • Scheduler enhancements such as improved bin packing for accelerators, job queueing, fair sharing and gang scheduling.
  • Runtime enhancements such as job data loading (common data set sizes in the tens of gigabytes to terabytes), accelerator support, persisting job output (ML workloads can run for days and rely heavily on checkpointing) and multi-tenancy and job isolation (dealing with potential sensitive data sets).
  • Job management such as experiment tracking (including enabling hyperparameter tuning systems) and scaling and deployment aspects of inference workloads.