Skip to content

Commit

Permalink
use new transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousPanCake committed Nov 14, 2024
1 parent 32aaabb commit 89ad50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job_pytorch_layer_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
run: |
# pytorch test requirements
python3 -m pip install -r ${{ env.INSTALL_TEST_DIR }}/requirements_pytorch
- name: PyTorch Layer Tests
if: ${{ fromJSON(inputs.affected-components).PyTorch_FE.test && runner.arch != 'ARM64' }} # Ticket: 126287, 142196
# due to CVS-152795, parallel run is not possible on Windows
Expand Down
4 changes: 1 addition & 3 deletions tests/requirements_pytorch
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ torchvision==0.20.1; platform_system != "Darwin" or platform_machine != "x86_64"
torchvision==0.17.2; platform_system == "Darwin" and platform_machine == "x86_64"
torchaudio==2.5.1; platform_system != "Darwin" or platform_machine != "x86_64"
torchaudio==2.2.2; platform_system == "Darwin" and platform_machine == "x86_64"
# transformers 4.45.1 is available
# but optimum still requires <4.45.0
transformers==4.44.2
transformers==4.46.2
pytest==7.0.1
pytest-html==4.1.1
pytest-xdist[psutil]==3.6.1
Expand Down

0 comments on commit 89ad50f

Please sign in to comment.