Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
added skipping to compressed-tensors
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-redhat committed Jul 1, 2024
1 parent 1cc7c46 commit a699814
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/models/test_compressed_tensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@

from tests.quantization.utils import is_quant_method_supported

from tests.nm_utils.utils_skip import should_skip_test_group

from .utils import check_logprobs_close

if should_skip_test_group(group_name="TEST_MODELS"):
pytest.skip("TEST_MODELS=DISABLE, skipping model test group",
allow_module_level=True)

MODELS = [
"nm-testing/Meta-Llama-3-8B-Instruct-W8-Channel-A8-Dynamic-Per-Token-Test",
]
Expand Down

0 comments on commit a699814

Please sign in to comment.