From 03893da12ab20df05968293624076bf5455ce4f1 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 28 May 2026 06:54:12 +0000 Subject: [PATCH] Bundle prepare_weights_standalone.py inside the CLI tarball Copy the weights-prep helper into the CLI staging dir so it ships inside StableAudioCLI-*.tar.gz alongside the binary and metal library, and update the bundled README wording accordingly. https://claude.ai/code/session_01DKcy6YZD4kbgx5K5XbySUr --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb5f0e1..d6396eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,6 +85,7 @@ jobs: mkdir -p "dist/${CLI_STAGE}" cp .build/release/StableAudioCLI "dist/${CLI_STAGE}/StableAudioCLI" cp .build/release/mlx.metallib "dist/${CLI_STAGE}/mlx.metallib" + cp Scripts/prepare_weights_standalone.py "dist/${CLI_STAGE}/prepare_weights_standalone.py" chmod +x "dist/${CLI_STAGE}/StableAudioCLI" cat > "dist/${CLI_STAGE}/README.txt" <