Open anagri opened 2 hours ago
attn: @ngxson
It's either your browser cache the old page, or you need to re-clone the repo. Ref: https://github.com/ggerganov/llama.cpp/pull/10175#issuecomment-2463316247
the index.html is expecting /index.js and other files, which are returning 404
Clarification: the new UI never calls /index.js
What happened?
building the llama-server from scratch using the latest 8e752a7
on running the server, then loading the
http://127.0.0.1:8080
getting the following logs -the index.html is expecting
/index.js
and other files, which are returning 404. i have downloaded the dependencies, but still few files are missing. kindly check if these files are downloaded withdeps.sh
.Name and Version
$ ./build/bin/llama-cli --version version: 4131 (8e752a77) built with Homebrew clang version 18.1.5 for arm64-apple-darwin23.3.0
What operating system are you seeing the problem on?
Mac
Relevant log output
No response