Skip to content

Commit

Permalink
remove a line as per lintrunner
Browse files Browse the repository at this point in the history
for some reason my local lintrunner doesn't notice this, but the
automated CI one does 🤷. just apply it manually.
  • Loading branch information
tfogal committed Feb 5, 2025
1 parent 0ac84f6 commit 29ca259
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarks/python/test_cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ def benchmark_fn(inputs):
# torch.as_strided call yet. There's a separate benchmark for thunder for now.
@pytest.mark.parametrize("executor", ["torchcompile"])
def test_cat_qwen2_fwd_11_baseline_benchmark(benchmark, executor: str) -> None:

inputs = get_cat_qwen2_inputs()

def benchmark_fn(inputs):
Expand Down

0 comments on commit 29ca259

Please sign in to comment.