You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): macOS 13.3 floor for x64, drop idle BLAS on arm64, verify binaries
The 0.0.7 minos-12.0 build weak-linked cblas_sgemm$NEWLAPACK$ILP64 (from the
ggml-blas backend, default-on for Apple), so on macOS 12.0-13.2 the x64 server
loads and then crashes at the first transcription instead of failing cleanly.
- x64: deployment target 13.3, matching upstream llama.cpp/whisper.cpp release
binaries; keeps Accelerate GEMM for Intel and gives sub-13.3 a clean dyld error.
- arm64: keep 12.0 and disable ggml-blas (Metal runs the graph; BLAS is idle),
removing the NEWLAPACK import so Apple Silicon on Monterey keeps working.
- Verify steps assert minos and reject NEWLAPACK imports below 13.3 so future
vendored bumps cannot silently regress this. See OpenWhispr/openwhispr#764.
0 commit comments