Skip to content

Commit

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

- if: ${{ matrix.transformers-version == '4.36.0' }}
name: Install peft==0.13
run: |
pip install peft==0.13.*
run: pip install transformers==${{ matrix.transformers-version }} accelerate==0.* peft==0.13.*

- name: Pip freeze
run: pip freeze
Expand Down

0 comments on commit 0b63c83

Please sign in to comment.