boltz
boltz copied to clipboard
Allow Boltz 1.0.0 to install on Mac and Windows by requiring trifast only on Linux
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.