unable to compile on Fedora 42 or Rocky Linux 9.6. #263
eliezer-v
started this conversation in
Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have setup my cluster, my current setup is as follows,
3 machines running Rocky Linux 10 as worker nodes
1 root node running fedora core 42 ( an older Imac 12,1),
I attempted to replace the root node with a different machine running rocky linux 9.6 but the issue persists.
the issue that I am having is that the 3 machines compile and run just fine, however on the root node I am receiving the following error while running "make dllama"
src/nn/llamafile/sgemm.cpp:84:8: error: ‘__m128’ does not name a type; did you mean ‘__int128’?
84 | inline __m128 add(__m128 x, __m128 y) { return _mm_add_ps(x, y); }
I have researched but not sure how to proceed. any help would be appreciated and if discussions of this type needs to be addressed elsewhere please direct me to the right spot.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions