Thanks to visit codestin.com
Credit goes to github.com

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
14 changes: 5 additions & 9 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,11 @@ runs:

- name: Free up disk space
if: ${{ runner.os == 'Linux' }}
uses: jlumbroso/[email protected]
with:
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
tool-cache: true
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/hostedtoolcache/Android
shell: bash

- name: Set up Windows developer command prompt
uses: ilammy/msvc-dev-cmd@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-14, windows-2019]
os: [ubuntu-22.04, macos-14, windows-2022]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
# torch-version: [1.13.0, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0, 2.5.0, 2.6.0, 2.7.0]
torch-version: [2.7.0]
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
cuda-version: 'cu126'
- os: macos-14
cuda-version: 'cu128'
- os: windows-2019
- os: windows-2022
torch-version: 2.0.0
cuda-version: 'cu121'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
max-parallel: 10
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-14, windows-2019]
os: [ubuntu-22.04, macos-14, windows-2022]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
# TODO: Uncomment this once we split the workflow to avoid GitHub Actions' 256 matrix configuration limit.
# torch-version: [1.13.0, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0, 2.5.0, 2.6.0, 2.7.0]
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
cuda-version: 'cu126'
- os: macos-14
cuda-version: 'cu128'
- os: windows-2019
- os: windows-2022
torch-version: 2.0.0
cuda-version: 'cu121'

Expand Down
Loading