Skip to content

Commit

Permalink
typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjbrowning committed Dec 1, 2024
1 parent 1301b50 commit ae50c1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ jobs:
strategy:
matrix:
cibw-arch: ["x86_64"]
#cibw-python: ['cp312-*']
python-version: ["3.10", "3.11"]
pytorch-version: ["2.4.0, 2.5.0"]
pytorch-version: ["2.4.0", "2.5.0"]
cuda-version: ["12.1", "12.4"]
cuversion: ["121", "124"]
env:
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-*

Expand Down

0 comments on commit ae50c1d

Please sign in to comment.