Skip to content

Commit

Permalink
Drop OS version from name
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre committed Dec 13, 2024
1 parent 724a345 commit 503a565
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci-sharktank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,20 @@ jobs:
matrix:
python-version: ["3.11", "3.12"]
torch-version: ["2.3.0", "2.4.1", "2.5.1"]
os: [ubuntu-24.04]
os: [Ubuntu]
include:
- os: windows-2022
- os: Ubuntu
runs-on: ubuntu-24.04
- os: Windows
runs-on: windows-2022
python-version: "3.11"
torch-version: "2.3.0"
exclude:
- python-version: "3.12"
# `torch.compile` requires torch>=2.4.0 for Python 3.12+
torch-version: "2.3.0"
fail-fast: false
runs-on: ${{matrix.os}}
runs-on: ${{matrix.runs-os}}
defaults:
run:
shell: bash
Expand Down

0 comments on commit 503a565

Please sign in to comment.