boltz icon indicating copy to clipboard operation
boltz copied to clipboard

Allow Boltz 1.0.0 to install on Mac and Windows by requiring trifast only on Linux

Open tomgoddard opened this issue 10 months ago • 0 comments

Fixes #275.

Changes pyproject.toml so PyPi trifast is only requires on Linux since trifast requires triton which is only supported on Linux. Also makes main.py predict() method set use_trifast = False on Mac and Windows.

tomgoddard avatar May 28 '25 23:05 tomgoddard