You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support apiextensions.k8s.io/v1 and admissionregistration.k8s.io/v1 (#……118)
* first conversion to v1
* disable CR pruning
* add adaptdl SA
* add status to schema
* comply to ray-project/ray#21852
Adascale with Adam (#95)
* Adds support for the Adam and AdamW optimizers, using the AdamScale class and the AdamGradientNoiseScale class.
Co-authored-by: sangkeun00 <sangkeun00@gmail.com>
Co-authored-by: Richard Fan <richard.fan@petuum.com>
Support distributed non-preemptible jobs (#30)
* Introduce non-preemptible jobs
* Support `minReplicas` job parameter for both non-preemptible and preemptible jobs.