Skip to content

v1.0.4

Choose a tag to compare

@mcp-tool-shop mcp-tool-shop released this 14 Apr 19:02
· 150 commits to main since this release
994f97a

Fixed

  • Linux binary build: Replace CUDA torch with CPU-only torch in CI (PR #70)
  • Strip step SIGPIPE: Fixed false build failure from du | head -5 under pipefail

Install

Platform Method
macOS ARM64 Download binary below, or npx @mcptoolshop/backpropagate
Windows x64 Download .exe below, or npx @mcptoolshop/backpropagate
Linux pipx install backpropagate or pip install backpropagate
Any (Python) pip install backpropagate

Linux binary deferred: PyTorch's libtorch_cpu.so is ~1.5GB on x86_64, producing a 4GB+ PyInstaller binary that exceeds GitHub's 2GB release asset limit. Linux is fully supported via PyPI. A thin-bootstrap Linux installer is planned for a future release.

See CHANGELOG.md for details.