Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Apr 8, 2024
1 parent 55b636f commit e5edd0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
python-version: '3.8'
- os: macos-14
python-version: '3.9'
- os: windows-2019
torch-version: 2.0.0
cuda-version: 'cu121'

steps:
- name: Checkout repository
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
python-version: '3.8'
- os: macos-14
python-version: '3.9'
- os: windows-2019
torch-version: 2.0.0
cuda-version: 'cu121'

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following combinations are supported:

| PyTorch 2.0 | `cpu` | `cu102` | `cu113` | `cu116` | `cu117` | `cu118` | `cu121` |
|--------------|-------|---------|---------|---------|---------|---------|---------|
| **Linux** || | | ||| |
| **Linux** || | | ||| |
| **Windows** || | | ||| |
| **macOS** || | | | | | |

Expand Down

0 comments on commit e5edd0c

Please sign in to comment.