Des Saraph
Des Saraph
@lexasub I'm running into the same error on gcc 8.5.0: ``` $ gcc --version gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20) Copyright (C) 2018 Free Software Foundation, Inc. This is...
Thanks @lexasub. I updated gcc to 13.2 (they don't yet have 14.2 on my host) and added to `CMakeLists.txt` the line you suggested above: ``` $ gcc --version gcc (Spack...
Interestingly, I was successfully able to install `llama-cpp-python` from pip even though according to the [docs](https://github.com/abetlen/llama-cpp-python?tab=readme-ov-file#installation) it also uses gcc to compile llama.cpp: ``` $ pip install llama-cpp-python Collecting llama-cpp-python...