From 01e6b386cca04e0220feaf15657eda8d8cbfca09 Mon Sep 17 00:00:00 2001 From: JamieWeider72 <147967555+JamieWeider72@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:41:40 +0300 Subject: [PATCH] RUN-12616 Added new known limitation --- docs/home/whats-new-2-18.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/home/whats-new-2-18.md b/docs/home/whats-new-2-18.md index be0926b93b..0bede7215c 100644 --- a/docs/home/whats-new-2-18.md +++ b/docs/home/whats-new-2-18.md @@ -99,6 +99,10 @@ date: 2024-June-14 * System administrators will need to configure the email notifications. For more information, see [System notifications](../admin/runai-setup/notifications/notifications.md). +#### Policy for distributed and inference workloads in the API + +Added a new API for creating distributed training workload policies and inference workload policies. These new policies in the API allow to set defaults, enforce rules and impose setup on distributed training and inference workloads. For distributed policies, worker and master may require different rules due to their different specifications. The new capability is currently available via API only. Documentation on submitting policies to follow shortly. + ## Deprecation Notifications [Existing notifications feature](https://docs.run.ai/v2.10/admin/researcher-setup/email-messaging/)requires cluster configuration, is being deprecated in favor of an improved Notification System. If you have been using the existing notifications feature in the cluster, you can continue to use it for the next **two** versions. It is recommend that you change to the new notifications system in the Control Plane for better control and improved message granularity.