From ddabaa3ebd5428d541250a3b7524d0da84ba39ce Mon Sep 17 00:00:00 2001 From: zpcore Date: Thu, 2 May 2024 07:44:28 +0000 Subject: [PATCH] nit update --- benchmarks/benchmark_model.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/benchmarks/benchmark_model.py b/benchmarks/benchmark_model.py index fc1a6b6ea8c5..636aaa5906af 100644 --- a/benchmarks/benchmark_model.py +++ b/benchmarks/benchmark_model.py @@ -144,8 +144,6 @@ def prepare_for_experiment(self, dynamo_compilation_opts): self.example_inputs, self.device, self.benchmark_experiment.use_torch_xla2) - - if self.benchmark_experiment.dynamo: compilation_opts = dynamo_compilation_opts.copy() compilation_opts['backend'] = self.benchmark_experiment.dynamo