Skip to content

Commit

Permalink
oops fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Adkins committed Mar 15, 2024
1 parent 1096700 commit 013d17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sparseml/transformers/compression/test_bitmask.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_bitmask_sizes(shape, sparsity, dtype):


@pytest.mark.parametrize(
"shape,sparsity",
"shape,sparsity,dtype",
[
[(256, 512), 0.5, torch.float32],
[(128, 280), 0.8, torch.float32],
Expand Down

0 comments on commit 013d17b

Please sign in to comment.