Fix for speech extraction on Windows (#1132)

This commit is contained in:
Raivis Dejus 2025-03-23 19:46:09 +02:00 committed by GitHub
commit a37c366672
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 44 additions and 267 deletions

View file

@ -126,6 +126,13 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Install CUDA torch for Windows
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
pip3 install torch==2.2.2+cu121 torchaudio==2.2.2+cu121 --index-url https://download.pytorch.org/whl/cu121
fi
shell: bash
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0" # Not needed with a .ruby-version file