Skip to content

Transformers version 4.55 upgrade, Update PyTorch to 2.7.0+cpu, Torchvision to 0.22.0+cpu, and Python Requirement to >=3.9 #3057

Transformers version 4.55 upgrade, Update PyTorch to 2.7.0+cpu, Torchvision to 0.22.0+cpu, and Python Requirement to >=3.9

Transformers version 4.55 upgrade, Update PyTorch to 2.7.0+cpu, Torchvision to 0.22.0+cpu, and Python Requirement to >=3.9 #3057

Workflow file for this run

name: Lint & Format
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip3 install ruff
- run: ruff check
env:
RUFF_OUTPUT_FORMAT: github
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip3 install ruff
- run: ruff format --check
env:
RUFF_OUTPUT_FORMAT: github