Skip to content

Commit 65f908f

Browse files
authored
[Tests] Update transformers tests to run kv_cache tests (#1364)
SUMMARY: - Update such that kv_cache tests run as part of the per-commit CI/CD testing
1 parent 549b42a commit 65f908f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,7 @@ jobs:
8888
if: (success() || failure()) && steps.install.outcome == 'success'
8989
run: |
9090
pytest -v tests/llmcompressor/transformers/obcq
91+
- name: Running KV Cache Tests
92+
if: (success() || failure()) && steps.install.outcome == 'success'
93+
run: |
94+
pytest -v tests/llmcompressor/transformers/kv_cache

0 commit comments

Comments
 (0)