llama.cpp webui giving 404 error in new PC
Posted by relmny@reddit | LocalLLaMA | View on Reddit | 2 comments
I've been building llama.cpp in Windows 10 and Linux for over a year in a few computers, but now that I moved to a new one, with windows 10 and visual studio 2022, I can't get the llama.cpp web ui to work. I always get a 404 error:
{"error":{"message":"File Not Found","type":"not_found_error","code":404}}{"error":{"message":"File Not Found","type":"not_found_error","code":404}}
I'm building it the same way as always and I get that.
But ik_llama.cpp web ui (also built from scratch), works fine.
The server is there on the right port (hence the 404 error and not something else), but I tried many things (and builds) and nothing...
Any ideas?
BitGreen1270@reddit
--host 0.0.0.0 and --port 8080?
Bulky-Priority6824@reddit
firewall?