From 712a6ed5206c7824743fa63aca73c5267e128404 Mon Sep 17 00:00:00 2001 From: type-two Date: Fri, 17 Jul 2026 19:47:03 +1000 Subject: [PATCH] install_acestep: torchcodec for torchaudio>=2.9 save path Co-Authored-By: Claude Fable 5 --- scripts/install_acestep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_acestep.sh b/scripts/install_acestep.sh index 8542cfa..9c6b68e 100755 --- a/scripts/install_acestep.sh +++ b/scripts/install_acestep.sh @@ -6,5 +6,5 @@ cd "$(dirname "$0")/.." [ -d vendor/acestep ] || git clone -q https://github.com/ace-step/ACE-Step.git vendor/acestep uv venv venvs/acestep --python 3.11 2>/dev/null || true cd vendor/acestep -uv pip install --python ../../venvs/acestep/bin/python -e . +uv pip install --python ../../venvs/acestep/bin/python -e . torchcodec # torchaudio>=2.9 saves via torchcodec echo "acestep installed"