mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-17 18:25:42 +02:00
[eric] voice: bundle per-arch whisper-server into the mac build (pinned v1.7.6, static + non-system-dylib gate; model stays the proven first-run download)
This commit is contained in:
@@ -499,6 +499,9 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
||||
bash scripts/build-mouseclamp.sh x64
|
||||
bash scripts/build-haptics.sh arm64
|
||||
bash scripts/build-haptics.sh x64
|
||||
echo "Building whisper-server for dictation (arm64 + x64)..."
|
||||
bash scripts/build-whisper.sh arm64
|
||||
bash scripts/build-whisper.sh x64
|
||||
fi
|
||||
|
||||
# Node's default ~4 GB heap OOMs while codesign'ing the .app on dual-arch
|
||||
|
||||
Reference in New Issue
Block a user