v1.0.4
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 -5under 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.sois ~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.