abort from llama-server... Anyone able to run successfully with llama-server?
terminate called without an active exception
llama_model_load: error loading model: error loading model architecture: unknown model architecture: 'new'
llama_model_load_from_file_impl: failed to load model
common_init_from_params: failed to load model '/mnt/work102/llm2/reranker/gte-multilingual-reranker-base-Q8_0.gguf'
srv load_model: failed to load model, '/mnt/work102/llm2/reranker/gte-multilingual-reranker-base-Q8_0.gguf'
srv operator(): operator(): cleaning up before exit...
main: exiting due to model loading error
Thread 1 "llama-server" received signal SIGABRT, Aborted.
__pthread_kill_implementation (no_tid=0, signo=6, threadid=) at ./nptl/pthread_kill.c:44
warning: 44 ./nptl/pthread_kill.c: No such file or directory
(gdb) bt
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=) at ./nptl/pthread_kill.c:44
#1 __pthread_kill_internal (signo=6, threadid=) at ./nptl/pthread_kill.c:78
#2 __GI___pthread_kill (threadid=, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
#3 0x00007ffff764527e in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#4 0x00007ffff76288ff in __GI_abort () at ./stdlib/abort.c:79
#5 0x00007ffff7aa5ff5 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
#6 0x00007ffff7abb0da in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
#7 0x00007ffff7aa5a55 in std::terminate() () from /lib/x86_64-linux-gnu/libstdc++.so.6
#8 0x000055555558ffbf in main ()
./llama-server --version
version: 4800 (cc473cac)
built with cc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 for x86_64-linux-gnu
Same.