Code: Select all
1053 check = os.system("rm -rf llama.cpp/build")
1054 if check != 0: raise RuntimeError("Failed compiling llama.cpp. Please report this ASAP!")
RuntimeError: Failed compiling llama.cpp. Please report this ASAP!```
I have seen there is an issue about this topic. Someone has some news or some alternative solutions?