From ee867ca22ab3fb0cbb94cf95d77e7d40a9692694 Mon Sep 17 00:00:00 2001 From: zh-plus Date: Tue, 3 Sep 2024 18:04:05 +0800 Subject: [PATCH] Update CI. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10f1143..aa4f8aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,8 @@ jobs: run: | poetry lock --no-update poetry install - poetry run pip install git+https://github.com/guillaumekln/faster-whisper + poetry run pip uninstall -y faster-whisper + poetry run pip install "faster-whisper @ https://github.com/SYSTRAN/faster-whisper/archive/d57c5b40b06e59ec44240d93485a95799548af50.tar.gz" poetry run pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 - name: Install ffmpeg