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 am trying to combine the information from the following two webpages and cannot make it work. It seems like it's still trying to build for windows even with WSL: Ubuntu as a host. There are no linux targets to select from and decades of Software development never have helped me with cmake.
While we are in deep cmake territory. When I try to build LLVM with any of the sanitizers for windows with windows as a host all the malloc calloc free realloc calls are double defines one in the asan-rt support lib and the other is coming from the crt. Where are those lib depdencies "calculated" for ggml?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Who has done it? How does it work?
I am trying to combine the information from the following two webpages and cannot make it work. It seems like it's still trying to build for windows even with WSL: Ubuntu as a host. There are no linux targets to select from and decades of Software development never have helped me with cmake.
https://github.com/ggerganov/llama.cpp/blob/master/docs/build.md
https://learn.microsoft.com/en-us/cpp/build/walkthrough-build-debug-wsl2?view=msvc-170
While we are in deep cmake territory. When I try to build LLVM with any of the sanitizers for windows with windows as a host all the malloc calloc free realloc calls are double defines one in the asan-rt support lib and the other is coming from the crt. Where are those lib depdencies "calculated" for ggml?
Beta Was this translation helpful? Give feedback.
All reactions