Skip to content

Commit 0019be5

Browse files
committed
Merge branch 'kylesayrs/revert-kv-cache-tests' into kylesayrs/quantization-mixin
2 parents 28ecfec + 74668f4 commit 0019be5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test-check-transformers.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,7 @@ jobs:
9595
if: (success() || failure()) && steps.install.outcome == 'success'
9696
run: |
9797
pytest -v tests/llmcompressor/transformers/obcq
98+
- name: Running KV Cache Tests
99+
if: (success() || failure()) && steps.install.outcome == 'success'
100+
run: |
101+
pytest -v tests/llmcompressor/transformers/kv_cache -k "not test_kv_cache_gptq_model_state_dict_attr"

tests/llmcompressor/transformers/kv_cache/test_kv_cache.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ def test_kv_cache_gptq_model_state_dict_attr(kv_cache_fixture, tmp_path):
222222
dynamic: {dynamic}
223223
symmetric: {symmetric}
224224
GPTQModifier:
225-
sequential_update: false
226225
ignore: ["lm_head"]
227226
config_groups:
228227
group_0:

0 commit comments

Comments
 (0)