Skip to content

Commit

Permalink
Update workflow step name
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Dec 9, 2024
1 parent a1802ef commit 1ffe757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_openvino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
pip install transformers==${{ matrix.transformers-version }} accelerate==0.*
- if: ${{ matrix.transformers-version == '4.36.0' }}
name: Downgrade Transformers and Accelerate
name: Install peft==0.13
run: |
pip install peft==0.13.*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_openvino_slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: pip install transformers==${{ matrix.transformers-version }} accelerate==0.*

- if: ${{ matrix.transformers-version == '4.36.0' }}
name: Downgrade Transformers and Accelerate
name: Install peft==0.13
run: |
pip install peft==0.13.*
Expand Down

0 comments on commit 1ffe757

Please sign in to comment.