Skip to content

Commit 73c9bec

Browse files
committed
Kubeflow Trainer Official Release v2.1.0
Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
1 parent fa39664 commit 73c9bec

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

api/python_api/kubeflow_trainer_api/__init__.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/kubeflow-trainer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name: kubeflow-trainer
2020

2121
description: A Helm chart for deploying Kubeflow Trainer on Kubernetes.
2222

23-
version: 2.1.0-rc.1
23+
version: 2.1.0
2424

2525
type: application
2626

hack/python-api/gen-api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ source "${SCRIPT_DIR}/../scripts/container-runtime.sh"
2727
setup_container_runtime
2828

2929
# TODO (andreyvelich): Read this data from the global VERSION file.
30-
API_VERSION="2.1.0rc1"
30+
API_VERSION="2.1.0"
3131
API_OUTPUT_PATH="api/python_api"
3232
PKG_ROOT="${API_OUTPUT_PATH}/kubeflow_trainer_api"
3333

manifests/base/runtimes/data-cache/torch_distributed_with_cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
image: ghcr.io/kubeflow/trainer/dataset-initializer
2828
env:
2929
- name: CACHE_IMAGE
30-
value: "ghcr.io/kubeflow/trainer/data-cache:latest"
30+
value: "ghcr.io/kubeflow/trainer/data-cache:v2.1.0"
3131
- name: TRAIN_JOB_NAME
3232
valueFrom:
3333
fieldRef:

manifests/overlays/data-cache/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212
# Add data cache image tags
1313
images:
1414
- name: ghcr.io/kubeflow/trainer/dataset-initializer
15-
newTag: latest
15+
newTag: v2.1.0
1616

1717
# Patch namespace-rbac resources to install in default namespace
1818
patches:

manifests/overlays/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resources:
1515
# Update the Kubeflow Trainer controller manager image tag.
1616
images:
1717
- name: ghcr.io/kubeflow/trainer/trainer-controller-manager
18-
newTag: v2.1.0-rc.1
18+
newTag: v2.1.0
1919

2020
# Secret for the Kubeflow Training webhook.
2121
secretGenerator:

manifests/overlays/runtimes/kustomization.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ resources:
66
# Update the Kubeflow LLM Trainer image tag.
77
images:
88
- name: ghcr.io/kubeflow/trainer/torchtune-trainer
9-
newTag: v2.1.0-rc.1
9+
newTag: v2.1.0
1010
- name: ghcr.io/kubeflow/trainer/dataset-initializer
11-
newTag: v2.1.0-rc.1
11+
newTag: v2.1.0
1212
- name: ghcr.io/kubeflow/trainer/model-initializer
13-
newTag: v2.1.0-rc.1
13+
newTag: v2.1.0
1414
- name: ghcr.io/kubeflow/trainer/mlx-runtime
15-
newTag: v2.1.0-rc.1
15+
newTag: v2.1.0
1616
- name: ghcr.io/kubeflow/trainer/deepspeed-runtime
17-
newTag: v2.1.0-rc.1
17+
newTag: v2.1.0

0 commit comments

Comments
 (0)