11# Kubeflow Trainer
22
3- [ ![ Build Status ] ( https://github.com/kubeflow/trainer/actions/workflows/test-go.yaml /badge.svg?branch=master )] ( https://github.com/ kubeflow/trainer/actions/workflows/test-go.yaml?branch=master )
3+ [ ![ Join Slack ] ( https://img.shields.io /badge/Join_Slack-blue?logo=slack )] ( https://www. kubeflow.org/docs/about/community/#kubeflow-slack-channels )
44[ ![ Coverage Status] ( https://coveralls.io/repos/github/kubeflow/trainer/badge.svg?branch=master )] ( https://coveralls.io/github/kubeflow/trainer?branch=master )
55[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/kubeflow/trainer )] ( https://goreportcard.com/report/github.com/kubeflow/trainer )
66[ ![ OpenSSF Best Practices] ( https://www.bestpractices.dev/projects/10435/badge )] ( https://www.bestpractices.dev/projects/10435 )
7+ [ ![ Ask DeepWiki] ( https://deepwiki.com/badge.svg )] ( https://deepwiki.com/kubeflow/trainer )
78
89<h1 align =" center " >
910 <img src="./docs/images/trainer-logo.svg" alt="logo" width="200">
1011 <br >
1112</h1 >
1213
14+ Latest News 🔥
15+
16+ - [ 2025/07] PyTorch on Kubernetes: Kubeflow Trainer Joins the PyTorch Ecosystem. Find the
17+ announcement in [ the PyTorch blog post] ( https://pytorch.org/blog/pytorch-on-kubernetes-kubeflow-trainer-joins-the-pytorch-ecosystem/ ) .
18+ - [ 2025/07] Kubeflow Trainer v2.0 has been officially released. Check out
19+ [ the blog post announcement] ( https://blog.kubeflow.org/trainer/intro/ ) and [ the
20+ release notes] ( https://github.com/kubeflow/trainer/releases/tag/v2.0.0 ) .
21+ - [ 2025/04] From High Performance Computing To AI Workloads on Kubernetes: MPI Runtime in
22+ Kubeflow TrainJob. See the [ KubeCon + CloudNativeCon London talk] ( https://youtu.be/Fnb1a5Kaxgo )
23+
1324## Overview
1425
1526Kubeflow Trainer is a Kubernetes-native project designed for large language models (LLMs)
@@ -18,7 +29,7 @@ various frameworks, including PyTorch, JAX, TensorFlow, and others.
1829
1930You can integrate other ML libraries such as [ HuggingFace] ( https://huggingface.co ) ,
2031[ DeepSpeed] ( https://github.com/microsoft/DeepSpeed ) , or [ Megatron-LM] ( https://github.com/NVIDIA/Megatron-LM )
21- with Kubeflow Training to orchestrate their ML training on Kubernetes.
32+ with Kubeflow Trainer to run them on Kubernetes.
2233
2334Kubeflow Trainer enables you to effortlessly develop your LLMs with the
2435[ Kubeflow Python SDK] ( https://github.com/kubeflow/sdk/ ) , and build Kubernetes-native Training
@@ -37,7 +48,7 @@ The following KubeCon + CloudNativeCon 2024 talk provides an overview of Kubeflo
3748
3849## Getting Started
3950
40- Please check [ the official Kubeflow documentation] ( https://www.kubeflow.org/docs/components/trainer/getting-started )
51+ Please check [ the official Kubeflow Trainer documentation] ( https://www.kubeflow.org/docs/components/trainer/getting-started )
4152to install and get started with Kubeflow Trainer.
4253
4354## Community
0 commit comments