Relative Content

Tag Archive for cmakemingwllama-cpp-python

(Windows) Setting environment variables with spaces in text

I am trying to install llama-cpp-python on Windows 11. I have installed and set up the CMAKE_ARGS environment variable to point to the MinGW gcc.exe and g++.exe to compile C and C++, but am struggling to set up the -G parameter, the generator because it quotes MinGW Makefiles as an option, but when I input this after the generator parameter, the variable text is separated by the space in the middle. I’d appreciate the help!