Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Aug 26, 2024
1 parent f280743 commit 37e8435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: "🔬 Running transformers tests"
if: always() && steps.install.outcome == 'success'
run: |
pytest tests/llmcompressor/transformers/compression -v
pytest tests/llmcompressor/transformers/finetune -v
- name: Run Finetune Tests
if: always() && steps.install.outcome == 'success'
run: |
Expand Down

0 comments on commit 37e8435

Please sign in to comment.