|
6 | 6 | [](https://coveralls.io/github/kubeflow/sdk?branch=main) |
7 | 7 | [](https://deepwiki.com/kubeflow/sdk) |
8 | 8 |
|
9 | | -<!-- TODO(kramaranya): update when release [](https://pypi.org/project/kubeflow/) --> |
10 | | - |
11 | 9 | ## Overview |
12 | 10 |
|
13 | 11 | 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. |
35 | 33 | ### Install Kubeflow SDK |
36 | 34 |
|
37 | 35 | ```bash |
38 | | -pip install git+https://github.com/kubeflow/sdk.git@main |
| 36 | +pip install -U kubeflow |
39 | 37 | ``` |
40 | 38 |
|
41 | | -<!-- TODO(kramaranya): update before release pip install -U kubeflow --> |
42 | | - |
43 | 39 | ### Run your first PyTorch distributed job |
44 | 40 |
|
45 | 41 | ```python |
@@ -77,12 +73,12 @@ print("\n".join(TrainerClient().get_job_logs(name=job_id))) |
77 | 73 |
|
78 | 74 | ## Supported Kubeflow Projects |
79 | 75 |
|
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 | |
86 | 82 |
|
87 | 83 | ## Community |
88 | 84 |
|
|
0 commit comments