Skip to content

Commit

Permalink
Fix formatting 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarkovicTT committed Jan 8, 2025
1 parent 421ff60 commit a4df667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/test/mlir/llama/test_llama_train_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def forward(self, x):


@pytest.mark.parametrize(
"in_features, out_features", [pytest.param(3200, 3200), pytest.param(3200, 8640), pytest.param(8640, 3200)]
"in_features, out_features", [pytest.param(3200, 3200), pytest.param(3200, 8640), pytest.param(8640, 3200)]
)
@pytest.mark.push
def test_matmul_dims(in_features, out_features):
Expand Down

0 comments on commit a4df667

Please sign in to comment.