Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/fast_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.13"]
transformers-version: ["4.57", "5.6", "5.9"]
transformers-version: ["4.57", "5.6", "5.12.1"]
torch:
- version: "2.12.0"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fast_tests_ort_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: pip install "torch==${{ matrix.torch.version }}+cpu" torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu

- name: Install dependencies
run: pip install -e ".[dev]" "transformers==5.9" tokenizers
run: pip install -e ".[dev]" "transformers==5.12.1" tokenizers

- name: Remove existing onnxruntime before installing nightly
run: pip uninstall -y onnxruntime onnxruntime-gpu onnxruntime-directml onnxruntime-openvino 2>/dev/null || true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trained_tiny_llm_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
tests:
name: ci (${{ matrix.os }}, py${{ matrix.python-version }}, torch-${{ matrix.torch.version || 'stable' }}, transformers-${{ matrix.transformers-version || 'latest' }})
name: ci-trained (${{ matrix.os }}, py${{ matrix.python-version }}, torch-${{ matrix.torch.version || 'stable' }}, transformers-${{ matrix.transformers-version || 'latest' }})
runs-on: ${{ matrix.os }}
permissions:
contents: read
Expand All @@ -21,7 +21,7 @@ jobs:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.13"]
transformers-version: ["5.6", "5.9"]
transformers-version: ["5.6", "5.12.1"]
torch:
- version: "2.12.0"
steps:
Expand Down
Loading