Skip to content

Misc. bug: Web UI is gone (b9680) #24726

Description

@maikelthedev

Name and Version

version: 9680 (d5376cf)
built with GNU 14.2.0 for Linux x86_64

Operating systems

Linux (NixOS 26.05)

Which llama.cpp modules do you know to be affected?

llama-server

Command line

podman run --rm --device nvidia.com/gpu=all \
    -p 8090:8090 \
    -v /home/maikel/models:/home/maikel/models:ro \
    -v /home/maikel/code/nixconf/llms/presets/llama-router-presets.ini:/home/maikel/code/nixconf/llms/presets/llama-router-presets.ini:ro \
    ghcr.io/ggml-org/llama.cpp:server-cuda13-b9680 \
    --host 0.0.0.0 --port 8090 --models-preset /home/maikel/code/nixconf/llms/presets/llama-router-presets.ini --models-max 1

Problem description & steps to reproduce

Web UI doesn't work at all. Any address, any server, they are all gone. Just JSON "file not found"

Image

First Bad Commit

EDIT: I tried now and can confirm, it's b9680, the official doocker image server-cuda13-b9664 works flawlesly, whereas server-cuda13-b9680 has the problem above. Exact same command just swapping versions.

Relevant log output

n/a

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions