Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Aug 15, 2024
1 parent a86cc97 commit 7da237d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-14, windows-2019]
# python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
torch-version: [2.4.0] # [2.3.0, 2.4.0]
cuda-version: ['cpu', 'cu118', 'cu121', 'cu124']
exclude:
Expand Down

0 comments on commit 7da237d

Please sign in to comment.