Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional support for distributed training #1256

Merged
merged 1 commit into from
Dec 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 27 additions & 21 deletions docs/platform-admin/workloads/overviews/workload-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,40 @@ Run:ai native workloads can be created via the Run:ai User interface, [API](http

Different types of workloads have different levels of support. Understanding what capabilities are needed before selecting the workload type to work with is important. The table below details the level of support for each workload type in Run:ai. The Run:ai native workloads are fully supported with all of Run:ai advanced features and capabilities. While third-party workloads are partially supported. The list of capabilities can change between different Run:ai versions.

| Functionality | Workload Type | | | | |
| ----- | :---: | :---: | :---: | :---: | ----- |
| | Run:ai workloads | | | | Third-party workloads |
| Functionality | Workload Type | | | | |
| ----- | :---: | :---: | :---: |:----------------------:| ----- |
| | Run:ai workloads | | | | Third-party workloads |
| | Training - Standard | Workspace | Inference | Training - distributed | All K8s workloads |
| [Fairness](../../../Researcher/scheduling/the-runai-scheduler.md#fairness-fair-resource-distribution) | v | v | v | v | v |
| [Priority and preemption](../../../Researcher/scheduling/the-runai-scheduler.md#preemption) | v | v | v | v | v |
| [Over quota](../../../Researcher/scheduling/the-runai-scheduler.md#over-quota-priority) | v | v | v | v | v |
| [Node pools](../../../platform-admin/aiinitiatives/resources/node-pools.md) | v | v | v | v | v |
| Bin packing / Spread | v | v | v | v | v |
| Fractions | v | v | v | v | v |
| Dynamic fractions | v | v | v | v | v |
| Node level scheduler | v | v | v | v | v |
| GPU swap | v | v | v | v | v |
| Elastic scaling | NA | NA | v | v | v |
| [Gang scheduling](../../../Researcher/scheduling/the-runai-scheduler.md#gang-scheduling) | v | v | v | v | v |
| [Monitoring](../../../admin/maintenance/alert-monitoring.md) | v | v | v | v | v |
| [RBAC](../../../admin/authentication/authentication-overview.md#role-based-access-control-rbac-in-runai) | v | v | v | v | |
| Workload awareness | v | v | v | v | |
| [Workload submission](../../../Researcher/workloads/overviews/managing-workloads.md) | v | v | v | v | |
| Workload actions (stop/run) | v | v | v | | |
| [Policies](../../../platform-admin/workloads/policies/overview.md) | v | v | v | v | |
| [Scheduling rules](../../../platform-admin/aiinitiatives/org/scheduling-rules.md) | v | v | v | | |
| [Fairness](../../../Researcher/scheduling/the-runai-scheduler.md#fairness-fair-resource-distribution) | v | v | v | v | v |
| [Priority and preemption](../../../Researcher/scheduling/the-runai-scheduler.md#preemption) | v | v | v | v | v |
| [Over quota](../../../Researcher/scheduling/the-runai-scheduler.md#over-quota-priority) | v | v | v | v | v |
| [Node pools](../../../platform-admin/aiinitiatives/resources/node-pools.md) | v | v | v | v | v |
| Bin packing / Spread | v | v | v | v | v |
| Fractions | v | v | v | v | v |
| Dynamic fractions | v | v | v | v | v |
| Node level scheduler | v | v | v | v | v |
| GPU swap | v | v | v | v | v |
| Elastic scaling | NA | NA | v | v | v |
| [Gang scheduling](../../../Researcher/scheduling/the-runai-scheduler.md#gang-scheduling) | v | v | v | v | v |
| [Monitoring](../../../admin/maintenance/alert-monitoring.md) | v | v | v | v | v |
| [RBAC](../../../admin/authentication/authentication-overview.md#role-based-access-control-rbac-in-runai) | v | v | v | v | |
| Workload awareness | v | v | v | v | |
| [Workload submission](../../../Researcher/workloads/overviews/managing-workloads.md) | v | v | v | v | |
| Workload actions (stop/run) | v | v | v | v | |
| [Policies](../../../platform-admin/workloads/policies/overview.md) | v | v | v | v | |
| [Scheduling rules](../../../platform-admin/aiinitiatives/org/scheduling-rules.md) | v | v | v | v | |

!!! Note
__Workload awareness__

Specific workload-aware visibility, so that different pods are identified and treated as a single workload (for example GPU utilization, workload view, dashboards).

!!! Note
__Workload actions__, __Scheduling rules__

Actions and scheduling rules for distributed training are supported from clusters v2.20 and above with the matching training operator versions. (see installation docs).


## Workload scopes

Workloads must be created under a [project](../../../platform-admin/aiinitiatives/org/projects.md). A project is the fundamental organization unit in the Run:ai account. To manage workloads, it’s required to first create a project or have one created by the administrator.
Expand Down
Loading