Skip to content

Commit f0acce7

Browse files
committed
Katib official release v0.17.0-rc.0
1 parent ea46a7f commit f0acce7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+142
-142
lines changed

examples/v1beta1/argo/argo-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
- name: epochs
7575
container:
7676
name: model-training
77-
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest
77+
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.0-rc.0
7878
command:
7979
- "python3"
8080
- "/opt/pytorch-mnist/mnist.py"

examples/v1beta1/early-stopping/median-stop-with-json-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
spec:
6363
containers:
6464
- name: training-container
65-
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest
65+
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.0-rc.0
6666
command:
6767
- "python3"
6868
- "/opt/pytorch-mnist/mnist.py"

examples/v1beta1/early-stopping/median-stop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
spec:
5353
containers:
5454
- name: training-container
55-
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest
55+
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.0-rc.0
5656
command:
5757
- "python3"
5858
- "/opt/pytorch-mnist/mnist.py"

examples/v1beta1/hp-tuning/bayesian-optimization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
spec:
4646
containers:
4747
- name: training-container
48-
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest
48+
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.0-rc.0
4949
command:
5050
- "python3"
5151
- "/opt/pytorch-mnist/mnist.py"

examples/v1beta1/hp-tuning/cma-es.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
spec:
4646
containers:
4747
- name: training-container
48-
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest
48+
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.0-rc.0
4949
command:
5050
- "python3"
5151
- "/opt/pytorch-mnist/mnist.py"

examples/v1beta1/hp-tuning/grid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
spec:
4545
containers:
4646
- name: training-container
47-
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest
47+
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.0-rc.0
4848
command:
4949
- "python3"
5050
- "/opt/pytorch-mnist/mnist.py"

examples/v1beta1/hp-tuning/hyperband.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
spec:
5858
containers:
5959
- name: training-container
60-
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest
60+
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.0-rc.0
6161
command:
6262
- "python3"
6363
- "/opt/pytorch-mnist/mnist.py"

examples/v1beta1/hp-tuning/multivariate-tpe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
spec:
4343
containers:
4444
- name: training-container
45-
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest
45+
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.0-rc.0
4646
command:
4747
- "python3"
4848
- "/opt/pytorch-mnist/mnist.py"

examples/v1beta1/hp-tuning/random.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
spec:
4343
containers:
4444
- name: training-container
45-
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest
45+
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.0-rc.0
4646
command:
4747
- "python3"
4848
- "/opt/pytorch-mnist/mnist.py"

examples/v1beta1/hp-tuning/simple-pbt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
spec:
4444
containers:
4545
- name: training-container
46-
image: docker.io/kubeflowkatib/simple-pbt:latest
46+
image: docker.io/kubeflowkatib/simple-pbt:v0.17.0-rc.0
4747
command:
4848
- "python3"
4949
- "/opt/pbt/pbt_test.py"

0 commit comments

Comments
 (0)