From 285cbb83b740b79737abc80b33ae7a36a3b38cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=A9fossez?= Date: Mon, 9 Oct 2023 20:02:10 +0200 Subject: [PATCH] plop --- .github/actions/audiocraft_build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/audiocraft_build/action.yml b/.github/actions/audiocraft_build/action.yml index 3bf3dff9..b13c3626 100644 --- a/.github/actions/audiocraft_build/action.yml +++ b/.github/actions/audiocraft_build/action.yml @@ -21,7 +21,7 @@ runs: python3 -m venv env . env/bin/activate python -m pip install --upgrade pip - pip install torch + pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu pip install --pre xformers pip install -e '.[dev]' - name: System Dependencies