Disable old MobileBERT f16 GPU benchmarks (#6659)
We already have this covered in the new benchmark pipeline, which
is almost ready as the default. So this is a early step for migration over.
diff --git a/build_tools/mako/configuration.py b/build_tools/mako/configuration.py
index 6c89d18..4816ac1 100644
--- a/build_tools/mako/configuration.py
+++ b/build_tools/mako/configuration.py
@@ -269,18 +269,18 @@
]
})),
]),
- ModelBenchmarkInfo(
- name="mobilebert-f16",
- model_artifacts_name="mobilebert-f16.tar.gz",
- model_path="mobilebert-f16/mobilebert-f16.mlir",
- flagfile_path="mobilebert-f16/flagfile",
- phones=[
- PhoneBenchmarkInfo(
- name="S20",
- benchmark_key="4636549841944576",
- targets=get_s20_default_target_list(
- skipped_target=['cpu', 'vmvx3t', 'cpu2', 'vlk2'])),
- ])
+ #ModelBenchmarkInfo(
+ # name="mobilebert-f16",
+ # model_artifacts_name="mobilebert-f16.tar.gz",
+ # model_path="mobilebert-f16/mobilebert-f16.mlir",
+ # flagfile_path="mobilebert-f16/flagfile",
+ # phones=[
+ # PhoneBenchmarkInfo(
+ # name="S20",
+ # benchmark_key="4636549841944576",
+ # targets=get_s20_default_target_list(
+ # skipped_target=['cpu', 'vmvx3t', 'cpu2', 'vlk2'])),
+ # ])
]