diff --git a/superbench/benchmarks/model_benchmarks/pytorch_llama.py b/superbench/benchmarks/model_benchmarks/pytorch_llama.py index e292105cf..7161aeb83 100644 --- a/superbench/benchmarks/model_benchmarks/pytorch_llama.py +++ b/superbench/benchmarks/model_benchmarks/pytorch_llama.py @@ -120,7 +120,6 @@ def _create_model(self, precision): Args: precision (Precision): precision of model and input data, such as float32, float16. """ - self._config = LlamaConfig( hidden_size=self._args.hidden_size, num_hidden_layers=self._args.num_hidden_layers,