We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549b42a commit 65f908fCopy full SHA for 65f908f
.github/workflows/test-check-transformers.yaml
@@ -88,3 +88,7 @@ jobs:
88
if: (success() || failure()) && steps.install.outcome == 'success'
89
run: |
90
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