We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d2e79 commit 47cf19aCopy full SHA for 47cf19a
tests/examples/test_quantization_w4a4_fp4.py
@@ -24,11 +24,11 @@ class TestQuantizationW4A4_FP4:
24
"""
25
26
@pytest.mark.parametrize(
27
- ("script_filename"),
+ "script_filename",
28
[
29
- pytest.param("llama3_example.py"),
30
- pytest.param("llama4_example.py"),
31
- pytest.param("qwen_30b_a3b.py"),
+ "llama3_example.py",
+ "llama4_example.py",
+ "qwen_30b_a3b.py",
32
],
33
)
34
def test_quantization_w4a4_fp4_example_script(
0 commit comments