Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dpower4 committed Nov 22, 2024
1 parent e423aec commit d850210
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superbench/benchmarks/model_benchmarks/pytorch_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d850210

Please sign in to comment.