From 0b808c1470be7b0b6bbdf5f29fd43b9b2be29c83 Mon Sep 17 00:00:00 2001 From: "Sun, Xuehao" Date: Wed, 9 Aug 2023 15:49:54 +0800 Subject: [PATCH] update protobuf Signed-off-by: Sun, Xuehao --- .azure-pipelines/scripts/models/env_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/scripts/models/env_setup.sh b/.azure-pipelines/scripts/models/env_setup.sh index 15c98f9c4d5..5cb4d27d10d 100644 --- a/.azure-pipelines/scripts/models/env_setup.sh +++ b/.azure-pipelines/scripts/models/env_setup.sh @@ -80,7 +80,7 @@ fi cd ${model_src_dir} pip install ruamel_yaml pip install psutil -pip install protobuf==3.20.1 +pip install protobuf==4.23.4 if [[ "${framework}" == "tensorflow" ]]; then pip install intel-tensorflow==${fwk_ver} elif [[ "${framework}" == "pytorch" ]]; then