install_acestep: torchcodec for torchaudio>=2.9 save path

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
type-two 2026-07-17 19:47:03 +10:00
parent 12a8cf1fd2
commit 712a6ed520

View File

@ -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"