We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aedc8b commit b3aa8d4Copy full SHA for b3aa8d4
.github/workflows/test-check-transformers.yaml
@@ -95,7 +95,3 @@ jobs:
95
if: (success() || failure()) && steps.install.outcome == 'success'
96
run: |
97
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