boltz icon indicating copy to clipboard operation
boltz copied to clipboard

Unable to Use GPU on macOS After Recent Merge

Open Marco-Peg opened this issue 10 months ago • 1 comments

Hi,
I'm attempting to reproduce the results on macOS, but since the last merge, it's no longer possible to install the environment directly from the GitHub repository due to a dependency conflict involving trifast and triton.

Removing trifast from pyproject.toml allows the environment to install successfully, but then GPU acceleration is no longer available.

Is there a planned fix or an upcoming update that would restore GPU acceleration support on macOS?

Thanks in advance!

Marco-Peg avatar May 08 '25 15:05 Marco-Peg

Can confirm, just ran into this issue on Win 11 also.

ERROR: Cannot install boltz because these package versions have conflicting dependencies.

The conflict is caused by:
    trifast 0.1.13 depends on triton>=3.1.0
    trifast 0.1.12 depends on triton>=3.1.0
    trifast 0.1.11 depends on triton>=3.1.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

Thanks Mike

isohelio avatar May 08 '25 19:05 isohelio