Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Aug 22, 2024
1 parent 21356a2 commit 53179c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@ jobs:
if: always() && steps.install.outcome == 'success'
run: |
pytest tests/llmcompressor/transformers/gptq
- name: Running OBCQ Tests
if: always() && steps.install.outcome == 'success'
run: |
pytest tests/llmcompressor/transformers/obcq
- name: Running ONESHOT Tests
if: always() && steps.install.outcome == 'success'
run: |
Expand All @@ -160,3 +156,7 @@ jobs:
run: |
pytest tests/llmcompressor/transformers/sparsification
ptyest tests/llmcompressor/transformers/test_clear_ml.py
- name: Running OBCQ Tests
if: always() && steps.install.outcome == 'success'
run: |
pytest -v tests/llmcompressor/transformers/obcq

0 comments on commit 53179c5

Please sign in to comment.