Skip to content

Commit 710a0f4

Browse files
committed
Upgrade Tensorflow version to v2.13.0
Signed-off-by: Yuki Iwai <[email protected]>
1 parent 888bec3 commit 710a0f4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

cmd/metricscollector/v1beta1/tfevent-metricscollector/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ psutil==5.9.4
22
rfc3339>=6.2
33
grpcio>=1.41.1
44
googleapis-common-protos==1.6.0
5-
tensorflow==2.11.0
5+
tensorflow==2.13.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
grpcio>=1.41.1
22
googleapis-common-protos==1.6.0
33
cython>=0.29.24
4-
tensorflow==2.11.0
4+
tensorflow==2.13.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
scipy>=1.7.2
2-
tensorflow==2.11.0
2+
tensorflow==2.13.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tensorflow==2.11.0
1+
tensorflow==2.13.0

sdk/python/v1beta1/kubeflow/katib/constants/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050

5151
# Supported base images for the Katib Trials.
5252
# TODO (andreyvelich): Implement list_base_images function to get each image description.
53-
BASE_IMAGE_TENSORFLOW = "docker.io/tensorflow/tensorflow:2.11.0"
54-
BASE_IMAGE_TENSORFLOW_GPU = "docker.io/tensorflow/tensorflow:2.11.0-gpu"
53+
BASE_IMAGE_TENSORFLOW = "docker.io/tensorflow/tensorflow:2.13.0"
54+
BASE_IMAGE_TENSORFLOW_GPU = "docker.io/tensorflow/tensorflow:2.13.0-gpu"
5555
BASE_IMAGE_PYTORCH = "docker.io/pytorch/pytorch:1.12.1-cuda11.3-cudnn8-runtime"
5656
BASE_IMAGE_MXNET = "docker.io/mxnet/python:1.9.1_native_py3"
5757

0 commit comments

Comments
 (0)