Document build fix in history.md

This commit is contained in:
Adolfo Reyna
2026-02-26 21:57:51 -05:00
parent 7ba75d89dc
commit ceed77af14

View File

@@ -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.