Served GGUF Model HTTP 404 Error #5758
Replies: 2 comments 2 replies
|
That 404 is a red herring. Nothing serves a bare Odysseus doesn't probe curl http://<host>:<port>/props
curl http://<host>:<port>/v1/modelsIf both answer, the server is fine and you have a discovery problem, not a serving one. If they hang or refuse the connection from the machine Odysseus runs on, that's your real bug: llama-server binds to Also check the ports line up: the port in Odysseus settings has to be the one llama-server printed on startup. |
|
Ah, Docker changes things. Ignore the You don't start llama-server by hand. The Cookbook does it for you, and the command it builds already has Your curl failing from PowerShell is expected. In Docker, Cookbook "Local" means inside the Odysseus container, and docker compose top odysseus
docker compose exec odysseus curl -s http://localhost:8080/v1/modelsUse the port from the endpoint URL in Settings. If llama-server shows up in If Down from 320 to about 190 words. Both of their questions still get answered (no CLI to type into; don't map a port), and the likely root cause — the endpoint never being re-probed — is still the centerpiece. Nothing verified got dropped, only the GPU aside and the procps warning, which was only ever needed to explain a command that's no longer in the answer. |



Uh oh!
There was an error while loading. Please reload this page.
Hey everyone,
I've been trying to use a local model I installed from HuggingFace (Fable5) model.
Apparently, the model endpoint is offline but the settings shows it to be there even after I refresh it. So I don't think it would be a download problem, maybe a serve configuration thing?
Everything seemed to go well during the download stage, but after it finished it gives me a message "INFO: : - "GET /v1 HTTP/1.1" 404 Not Found
I hid my IP address and ports in this post, hopefully it's not a problem.
I would appreciate any help or hints on how to resolve this issue.
Thank you in advance!
All reactions