Skip to content

Commit 9c13d48

Browse files
authored
fix(docs): Update links before SDK release (#98)
* fix(docs): Update links before SDK release Signed-off-by: kramaranya <kramaranya15@gmail.com> * remove python versions badge Signed-off-by: kramaranya <kramaranya15@gmail.com> --------- Signed-off-by: kramaranya <kramaranya15@gmail.com>
1 parent 9985c29 commit 9c13d48

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
[![Coverage Status](https://coveralls.io/repos/github/kubeflow/sdk/badge.svg?branch=main)](https://coveralls.io/github/kubeflow/sdk?branch=main)
77
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/kubeflow/sdk)
88

9-
<!-- TODO(kramaranya): update when release [![Python Supported Versions](https://img.shields.io/pypi/pyversions/kubeflow.svg?color=%2334D058)](https://pypi.org/project/kubeflow/) -->
10-
119
## Overview
1210

1311
Kubeflow SDK is a unified Python SDK that streamlines the user experience for AI Practitioners to interact with various
@@ -35,11 +33,9 @@ ML applications rather than managing complex infrastrutcure.
3533
### Install Kubeflow SDK
3634

3735
```bash
38-
pip install git+https://github.com/kubeflow/sdk.git@main
36+
pip install -U kubeflow
3937
```
4038

41-
<!-- TODO(kramaranya): update before release pip install -U kubeflow -->
42-
4339
### Run your first PyTorch distributed job
4440

4541
```python
@@ -77,12 +73,12 @@ print("\n".join(TrainerClient().get_job_logs(name=job_id)))
7773

7874
## Supported Kubeflow Projects
7975

80-
| Project | Status | Description |
81-
| --------------------------- | ---------------- | ---------------------------------------------------------- |
82-
| **Kubeflow Trainer** |**Available** | Train and fine-tune AI models with various frameworks |
83-
| **Kubeflow Katib** | 🚧 Planned | Hyperparameter optimization |
84-
| **Kubeflow Pipelines** | 🚧 Planned | Build, run, and track AI workflows |
85-
| **Kubeflow Model Registry** | 🚧 Planned | Manage model artifacts, versions and ML artifacts metadata |
76+
| Project | Status | Version Support | Description |
77+
| --------------------------- | ---------------- |-----------------| ---------------------------------------------------------- |
78+
| **Kubeflow Trainer** |**Available** | v2.0.0+ | Train and fine-tune AI models with various frameworks |
79+
| **Kubeflow Katib** | 🚧 Planned | TBD | Hyperparameter optimization |
80+
| **Kubeflow Pipelines** | 🚧 Planned | TBD | Build, run, and track AI workflows |
81+
| **Kubeflow Model Registry** | 🚧 Planned | TBD | Manage model artifacts, versions and ML artifacts metadata |
8682

8783
## Community
8884

0 commit comments

Comments
 (0)