Unable to connect with local llama.cpp #114

Closed
opened 2026-02-15 17:15:06 -05:00 by yindo · 0 comments
Owner

Originally created by @chrisrp on GitHub (Nov 9, 2025).

I have installed llama.cpp on macOS M1 and it's running correctly as I am able to access from http://localhost:8080/.

Following here the instructions I get an error.

This is what I see at the server console:

srv log_server_r: request: GET /v1/api/version 127.0.0.1 404

Here is the server version:

$ llama-server --version                      
version: 5460 (3079e9ac)
built with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0
Originally created by @chrisrp on GitHub (Nov 9, 2025). I have installed llama.cpp on macOS M1 and it's running correctly as I am able to access from `http://localhost:8080/`. Following here the [instructions](https://docs.openwebui.com/getting-started/quick-start/starting-with-llama-cpp/#step-4-connect-llamacpp-to-open-webui) I get an error. This is what I see at the server console: `srv log_server_r: request: GET /v1/api/version 127.0.0.1 404` Here is the server version: ```bash $ llama-server --version version: 5460 (3079e9ac) built with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 ```
yindo closed this issue 2026-02-15 17:15:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#114