diff --git a/.github/workflows/building.yml b/.github/workflows/building.yml index 442ed1c0..6c7f8144 100644 --- a/.github/workflows/building.yml +++ b/.github/workflows/building.yml @@ -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 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index f23c6721..d3653b71 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 diff --git a/README.md b/README.md index 81ec7fb0..e71c6b79 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The following combinations are supported: | PyTorch 2.0 | `cpu` | `cu102` | `cu113` | `cu116` | `cu117` | `cu118` | `cu121` | |--------------|-------|---------|---------|---------|---------|---------|---------| -| **Linux** | ✅ | | | | ✅ | ✅ | | +| **Linux** | ✅ | | | | ✅ | ✅ | ✅ | | **Windows** | ✅ | | | | ✅ | ✅ | | | **macOS** | ✅ | | | | | | |