feat(mac): add Qwen3 MLX streaming dictation
Replace the Sherpa offline pipeline with native MLX streaming, resilient model downloads, live transcript previews, and supporting tests and documentation.
This commit is contained in:
@@ -35,8 +35,12 @@ if [[ ! -f "$PRECONFIG_LOCAL" ]]; then
|
||||
echo "Edit deepseek in that file before using the local engine's built-in polish."
|
||||
fi
|
||||
|
||||
"$ROOT/Scripts/ensure-mlx-audio-swift.sh"
|
||||
|
||||
xcodegen generate
|
||||
|
||||
"$ROOT/Scripts/patch-spm-local-package.sh"
|
||||
|
||||
if python3 - "$PBXPROJ" <<'PY'
|
||||
import re
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user