From e5edd0c3f1560643ece0461ebd2c9f579aec8a9f Mon Sep 17 00:00:00 2001 From: rusty1s Date: Mon, 8 Apr 2024 11:13:44 +0000 Subject: [PATCH] update --- .github/workflows/building.yml | 3 +++ .github/workflows/nightly.yml | 3 +++ README.md | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) 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** | ✅ | | | | | | |