Machine Learning Pipelines for Kubeflow
Go to file
Googler 1386a826ba feat(components): Set display names for SFT, RLHF and LLM inference pipelines
PiperOrigin-RevId: 572897105
2023-10-12 07:17:39 -07:00
.github fix: Move stale GHA operation config to the right place (#9935) 2023-08-25 21:22:33 +00:00
api chore: release kfp-pipeline-spec 0.2.2 (#9120) 2023-04-07 21:24:51 +00:00
backend chore(release): bumped version to 2.0.2 2023-10-11 20:27:27 +00:00
components feat(components): Set display names for SFT, RLHF and LLM inference pipelines 2023-10-12 07:17:39 -07:00
docs chore(sdk): release KFP SDK 2.3.0 (#10024) 2023-09-22 21:32:57 +00:00
frontend Fix(frontend): content is not available (#9720) 2023-09-15 20:43:30 +00:00
hack fix(backend): update requirements scripts (#10009) 2023-09-21 20:35:37 +00:00
kubernetes_platform chore: Update OWNERS (#10064) 2023-10-05 18:23:50 -07:00
manifests chore(release): bumped version to 2.0.2 2023-10-11 20:27:27 +00:00
proxy chore: upgrade proxy agent image (#9307) 2023-05-04 05:49:45 +00:00
samples Intel oneAPI XGBoost daal4py example pipeline (#10044) 2023-10-05 22:35:15 +00:00
sdk chore(sdk): clean up compiler_test.py (#10070) 2023-10-09 20:50:18 +00:00
test chore: Update OWNERS (#10064) 2023-10-05 18:23:50 -07:00
third_party chore(mlmd): Upgrade ML Metadata to 1.14.0. (#9856) 2023-08-22 17:18:09 +00:00
tools
.cloudbuild.yaml chore(mlmd): Upgrade ML Metadata to 1.14.0. (#9856) 2023-08-22 17:18:09 +00:00
.dockerignore
.gitattributes
.gitignore chore: add kfp-kubernetes docs and update process infrastructure (#8976) 2023-03-15 18:23:12 +00:00
.golangci.yaml chore(backend): Add golangci-lint and pre-commit config (#9428) 2023-05-17 18:23:06 +00:00
.isort.cfg chore: add the missing `.isort.cfg` file (#8045) 2022-07-19 16:56:48 +00:00
.pre-commit-config.yaml chore(backend): Add golangci-lint and pre-commit config (#9428) 2023-05-17 18:23:06 +00:00
.pylintrc chore(sdk): make kfp v2 hermetic (#7428) 2022-03-18 03:00:40 +00:00
.readthedocs.yml fix(sdk): fixes requirements.txt discovery for sdk api reference docs (#8048) 2022-07-20 22:57:17 +00:00
.release.cloudbuild.yaml chore(mlmd): Upgrade ML Metadata to 1.14.0. (#9856) 2023-08-22 17:18:09 +00:00
.style.yapf chore: consistent yapf style config for the entire repo (#6963) 2021-11-30 20:38:30 +00:00
AUTHORS
CHANGELOG.md chore(release): bumped version to 2.0.2 2023-10-11 20:27:27 +00:00
CONTRIBUTING.md chore: update contributing guide (#8489) 2023-03-17 23:07:08 +00:00
LICENSE
OWNERS chore: remove Bobgy from OWNERS (#7195) 2022-01-25 08:11:28 +08:00
README.md doc: Update README to reflect switch to Emissary Executor as default from Kubeflow Pipelines 1.8 (#8922) 2023-03-04 06:13:32 +00:00
RELEASE.md chore: Update RELEASE.md (#9138) 2023-04-17 21:13:53 +00:00
ROADMAP.md chore: Update ROADMAP.md (#7752) 2022-05-18 17:48:26 +00:00
SECURITY.md chore(repo): Add SECURITY.md. Fixes #9319. (#9341) 2023-05-05 23:29:52 +00:00
VERSION chore(release): bumped version to 2.0.2 2023-10-11 20:27:27 +00:00
developer_guide.md
go.mod feat(backend): Added metrics to be collected from failed/successful workflows (#9576) 2023-10-10 20:25:21 +00:00
go.sum feat(backend): Added metrics to be collected from failed/successful workflows (#9576) 2023-10-10 20:25:21 +00:00
mypy.ini chore(sdk): clean up v2 CLI (#7558) 2022-04-20 10:40:38 -06:00
package-lock.json
package.json
release-status-check.png
requirements.txt
retry-release-on-tag.png
verify-retry-the-right-build.png

README.md

Coverage Status SDK Documentation Status SDK Package version SDK Supported Python versions

Overview of the Kubeflow pipelines service

Kubeflow is a machine learning (ML) toolkit that is dedicated to making deployments of ML workflows on Kubernetes simple, portable, and scalable.

Kubeflow pipelines are reusable end-to-end ML workflows built using the Kubeflow Pipelines SDK.

The Kubeflow pipelines service has the following goals:

  • End to end orchestration: enabling and simplifying the orchestration of end to end machine learning pipelines
  • Easy experimentation: making it easy for you to try numerous ideas and techniques, and manage your various trials/experiments.
  • Easy re-use: enabling you to re-use components and pipelines to quickly cobble together end to end solutions, without having to re-build each time.

Installation

  • Install Kubeflow Pipelines from choices described in Installation Options for Kubeflow Pipelines.

  • The Docker container runtime has been deprecated on Kubernetes 1.20+. Kubeflow Pipelines has switched to use Emissary Executor by default from Kubeflow Pipelines 1.8. Emissary executor is Container runtime agnostic, meaning you are able to run Kubeflow Pipelines on Kubernetes cluster with any Container runtimes.

Documentation

Get started with your first pipeline and read further information in the Kubeflow Pipelines overview.

See the various ways you can use the Kubeflow Pipelines SDK.

See the Kubeflow Pipelines API doc for API specification.

Consult the Python SDK reference docs when writing pipelines using the Python SDK.

Refer to the versioning policy and feature stages documentation for more information about how we manage versions and feature stages (such as Alpha, Beta, and Stable).

Contributing to Kubeflow Pipelines

Before you start contributing to Kubeflow Pipelines, read the guidelines in How to Contribute. To learn how to build and deploy Kubeflow Pipelines from source code, read the developer guide.

Kubeflow Pipelines Community Meeting

The meeting is happening every other Wed 10-11AM (PST) Calendar Invite or Join Meeting Directly

Meeting notes

Kubeflow Pipelines Slack Channel

#kubeflow-pipelines

Blog posts

Acknowledgments

Kubeflow pipelines uses Argo Workflows by default under the hood to orchestrate Kubernetes resources. The Argo community has been very supportive and we are very grateful. Additionally there is Tekton backend available as well. To access it, please refer to Kubeflow Pipelines with Tekton repository.