Skip to content

Release v0.3.1

Choose a tag to compare

@github-actions github-actions released this 24 May 11:21

Patch release with one quality-of-life fix for Apple Silicon users.

🐛 Quality-of-life

  • Surface a workaround hint for the Apple Silicon MPS + float64 error (#37). When docling-serve returns a conversion error containing both `MPS` and `float64`, the toast now appends a one-line hint pointing at the `PYTORCH_ENABLE_MPS_FALLBACK=1` workaround and the README Troubleshooting section. The original error message is preserved verbatim — the hint is suffixed, not replaced. Other errors pass through unchanged.

    Pairs with the README Troubleshooting section added in #36.

The hint table (`KNOWN_SERVER_ISSUES` in `src/utils/serverErrorHints.ts`) is open for extension — future known docling-serve / upstream-library failure modes can be added as new entries without touching the call sites.


Thanks again to @brianckeegan for the implementation, and to the user whose bug report surfaced the MPS issue in the first place.