We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e8e43 commit b5af54fCopy full SHA for b5af54f
official/benchmark/transformer_benchmark.py
@@ -693,7 +693,6 @@ def benchmark_2x2_tpu_mlir(self):
693
self._set_df_common()
694
FLAGS.model_dir = self._get_model_dir('benchmark_2x2_tpu_mlir')
695
FLAGS.batch_size = 6144
696
- tf.config.experimental.enable_mlir_bridge()
697
698
self._run_and_report_benchmark(
699
total_batch_size=FLAGS.batch_size,
@@ -717,7 +716,6 @@ def benchmark_4x4_tpu_mlir(self):
717
716
718
FLAGS.model_dir = self._get_model_dir('benchmark_4x4_tpu_mlir')
719
FLAGS.batch_size = 24576
720
721
722
723
0 commit comments