Skip to content

Commit

Permalink
fix model tests (#2604)
Browse files Browse the repository at this point in the history
upgrade transformers and peft in CI
  • Loading branch information
baberabb authored Dec 30, 2024
1 parent 59f9ad4 commit aa72104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e '.[dev,optimum,deepsparse,sparseml,api]' --extra-index-url https://download.pytorch.org/whl/cpu
pip install -U transformers peft
- name: Test with pytest
run: python -m pytest tests/models --showlocals -s -vv

0 comments on commit aa72104

Please sign in to comment.