diff --git a/history.md b/history.md index 623de8b..597eb02 100644 --- a/history.md +++ b/history.md @@ -71,4 +71,5 @@ The project now features a high-performance, Apple Silicon-optimized pipeline th chmod +x build.sh ./build.sh ``` +- **Troubleshooting:** Fixed a runtime `ModuleNotFoundError: No module named 'mlx._reprlib_fix'` by explicitly adding `--collect-all mlx` and `--hidden-import=mlx._reprlib_fix` to the PyInstaller configuration. - **Outcome:** A standalone `whisper-transcribe` binary in the `dist/` directory.