From 0209008d735743f4c5c6ed6dcfae3e55a8fe7c1b Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Sat, 31 Jan 2026 01:46:14 -0800 Subject: [PATCH] disable cuda for 0.1.12 --- .github/workflows/release.yml | 42 +++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95956a0c..9e65f520 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: tags: - - 'v*' + - "v*" jobs: release: @@ -14,22 +14,22 @@ jobs: fail-fast: false matrix: include: - - platform: 'macos-latest' - args: '--target aarch64-apple-darwin' - python-version: '3.12' - backend: 'mlx' - - platform: 'macos-15-intel' - args: '--target x86_64-apple-darwin' - python-version: '3.12' - backend: 'pytorch' + - platform: "macos-latest" + args: "--target aarch64-apple-darwin" + python-version: "3.12" + backend: "mlx" + - platform: "macos-15-intel" + args: "--target x86_64-apple-darwin" + python-version: "3.12" + backend: "pytorch" # - platform: 'ubuntu-22.04' # args: '' # python-version: '3.12' # backend: 'pytorch' - - platform: 'windows-latest' - args: '' - python-version: '3.12' - backend: 'pytorch' + - platform: "windows-latest" + args: "" + python-version: "3.12" + backend: "pytorch" runs-on: ${{ matrix.platform }} @@ -53,7 +53,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - cache: 'pip' + cache: "pip" - name: Install Python dependencies run: | @@ -66,11 +66,11 @@ jobs: run: | pip install -r backend/requirements-mlx.txt - - name: Install PyTorch with CUDA (Windows only) - if: matrix.platform == 'windows-latest' - run: | - pip install torch --index-url https://download.pytorch.org/whl/cu121 --force-reinstall --no-deps - pip install torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 + # - name: Install PyTorch with CUDA (Windows only) + # if: matrix.platform == 'windows-latest' + # run: | + # pip install torch --index-url https://download.pytorch.org/whl/cu121 --force-reinstall --no-deps + # pip install torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 - name: Build Python server (Linux/macOS) if: matrix.platform != 'windows-latest' @@ -106,7 +106,7 @@ jobs: - name: Rust cache uses: swatinem/rust-cache@v2 with: - workspaces: './tauri/src-tauri -> target' + workspaces: "./tauri/src-tauri -> target" - name: Install dependencies run: bun install @@ -142,7 +142,7 @@ jobs: with: projectPath: tauri tagName: v__VERSION__ - releaseName: 'voicebox v__VERSION__' + releaseName: "voicebox v__VERSION__" releaseBody: | ## What's Changed See the assets below to download and install this version.