From 9b7455e6a2d207d8a2b1137e733072319ef160b6 Mon Sep 17 00:00:00 2001 From: Abhishek Kulkarni Date: Mon, 22 Feb 2021 11:39:29 -0800 Subject: [PATCH] Update model zoo repo to latest --- test/models/tf_ov_model_zoo/run_infer_single.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/models/tf_ov_model_zoo/run_infer_single.sh b/test/models/tf_ov_model_zoo/run_infer_single.sh index bd80ff3c3..44eb272dd 100755 --- a/test/models/tf_ov_model_zoo/run_infer_single.sh +++ b/test/models/tf_ov_model_zoo/run_infer_single.sh @@ -27,7 +27,7 @@ fi echo MODEL=$MODEL IMAGE=$IMAGE INFER_PATTERN=$INFER_PATTERN BENCHMARK=$BENCHMARK REPO=https://gitlab.devtools.intel.com/mcavus/tensorflow_openvino_models_public -COMMIT=d12f2d57 # 2021-Jan-06 +COMMIT=91fed623 # 2021-Feb-03 WORKDIR=`pwd`