You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I doubt that it's related to the f16 part, the most like is the bf16 as this part is detected automatically and fails for older versions of clang (and maybe in other cases?)
The detection is conditioned in the .metal file by the __HAVE_BFLOAT__ variable, googling around you find this issue that got mentioned in the other thread tinygrad/tinygrad#3453 .
Using the stable-diffusion-3 example on a Mac with metal feature. When I run these lines
I get the error when it is trying to build the autoencoder
The text was updated successfully, but these errors were encountered: