containers/ramalama

ramalama chat should wait for llama.cpp to initiialize

Open

#2,343 opened on Jan 24, 2026

View on GitHub
 (4 comments) (0 reactions) (1 assignee)Python (341 forks)github user discovery
buggood first issue

Repository metrics

Stars
 (2,873 stars)
PR merge metrics
 (Avg merge 6d 7h) (32 merged PRs in 30d)

Description

Issue Description

llama-server /models api returns a 503 error while the model is loading. ramalama run handles this but ramalama chat currently does not. For interactive use this isn't a major issue but it would be good to fix this.

Worked around this for CI in https://github.com/containers/ramalama/pull/2342

Steps to reproduce the issue

Run ramalama chat soon after ramalama serve --detach

Describe the results you received

ramalama chat fails

Describe the results you expected

ramalama chat succeeds

ramalama info output

N/A

Upstream Latest Release

Yes

Additional environment details

No response

Additional information

No response

Contributor guide