Skip to content

Commit b3aa8d4

Browse files
committed
remove kv cache tests
Signed-off-by: Kyle Sayers <[email protected]>
1 parent 9aedc8b commit b3aa8d4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,3 @@ 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

0 commit comments

Comments
 (0)