From 31dbe9abf1bef99cd0269256226fe3f2c6298c5e Mon Sep 17 00:00:00 2001 From: chandrasekhard2 <98771505+chandrasekhard2@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:00:56 -0700 Subject: [PATCH] Add more 2.14.0 tests (#973) --- tests/tensorflow/r2.14/targets.jsonnet | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/tensorflow/r2.14/targets.jsonnet b/tests/tensorflow/r2.14/targets.jsonnet index 93348e722..f61e1fc9b 100644 --- a/tests/tensorflow/r2.14/targets.jsonnet +++ b/tests/tensorflow/r2.14/targets.jsonnet @@ -24,13 +24,13 @@ local wmt = import 'tf-wmt-wmt14_translate.libsonnet'; // Add new models here std.flattenArrays([ - // dlrm.configs, + dlrm.configs, keras_api.configs, - // bert.configs, - // wmt.configs, - // maskrcnn.configs, - // retinanet.configs, + bert.configs, + wmt.configs, + maskrcnn.configs, + retinanet.configs, resnet.configs, - // resnetrs.configs, - // gpt2.configs, + resnetrs.configs, + gpt2.configs, ])