Skip to content

Commit

Permalink
Update: Test name
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Tuli <[email protected]>
  • Loading branch information
rahul-tuli committed Feb 19, 2025
1 parent 4a34d0c commit c8e8738
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/examples/test_sparse_2of4_quantization_fp8.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ class TestSparse2of4QuantizationFP8:
"""

@pytest.mark.parametrize(("flags"), [[], ["--fp8"]])
def test_blah(self, example_dir: str, tmp_path: Path, flags: list[str]):
def test_2of4_example_script(
self, example_dir: str, tmp_path: Path, flags: list[str]
):
"""
Tests for the "llama3_8b_2of4.py" example script.
"""
Expand Down

0 comments on commit c8e8738

Please sign in to comment.