Skip to content

Commit 81cfe50

Browse files
committed
rename tests
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
1 parent f1f0e29 commit 81cfe50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/llmcompressor/pipelines/test_ptq_weights.py renamed to tests/llmcompressor/pipelines/test_model_free_ptq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _get_tiny_block_quant():
4343
@pytest.mark.parametrize(
4444
"scheme", [_get_tiny_w4a16_quant(), "FP8_dynamic", _get_tiny_block_quant()]
4545
)
46-
def test_weights_ptq_e2e(scheme, tmp_path):
46+
def test_model_free_ptq_matches_oneshot(scheme, tmp_path):
4747
model = "nm-testing/tinysmokellama-3.2"
4848
ignore = ["model.embed_tokens", "lm_head"]
4949
device = "cuda:0"

0 commit comments

Comments
 (0)