You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COPY . . overwrites the fresh llama.cpp b8157 headers (copied from the
build stage) with the stale b7285 headers committed to the repo. The
resulting struct size mismatch causes a SIGSEGV in create_gen_context
when llama_init_from_model reads garbage for the new samplers field
added in b8157.
Fix: move the header COPY to after COPY . . in all affected Dockerfiles
so the correct versioned headers always take precedence.
Fixes crash: "the backend samplers must be of type llama_sampler_chain"
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments