Skip to content

Eval bug: error loading model: unknown model architecture: 'bailingmoe3' in latest b10269-1.5.1 #69

Description

@dineshr93

followed instructions from https://huggingface.co/AtomicChat/Ling-3.0-flash-GGUF

wget https://github.com/AtomicBot-ai/atomic-llama-cpp-turboquant/releases/download/b10269-1.5.1/llama-turboquant-linux-x64-rocm.tar.gz
tar xzf llama-turboquant-linux-x64-rocm.tar.gz
cd build/bin

./llama-server -m ~/models/Ling-3.0-flash-GGUF/Ling-3.0-flash-AD-Q5_K_M-00001-of-00002.gguf --host 0.0.0.0 --port 8888 --jinja -ngl 99 -c 262144
0.00.020.573 I cmn  common_param: common_params_print_info: verbosity = 3 (adjust with the `-lv N` CLI arg)
0.00.022.107 I srv    load_model: loading model '/home/username/models/Ling-3.0-flash-GGUF/Ling-3.0-flash-AD-Q5_K_M-00001-of-00002.gguf'
0.00.066.194 E llama_model_load: error loading model: unknown model architecture: 'bailingmoe3'
0.00.066.206 E llama_model_load_from_file_impl: failed to load model
0.00.066.249 E common_fit_params: encountered an error while trying to fit params to free device memory: failed to load model
0.00.108.526 E llama_model_load: error loading model: unknown model architecture: 'bailingmoe3'
0.00.108.531 E llama_model_load_from_file_impl: failed to load model
0.00.108.537 E cmn  common_init_: failed to load model '/home/username/models/Ling-3.0-flash-GGUF/Ling-3.0-flash-AD-Q5_K_M-00001-of-00002.gguf'
0.00.108.543 E srv    load_model: failed to load model, '/home/username/models/Ling-3.0-flash-GGUF/Ling-3.0-flash-AD-Q5_K_M-00001-of-00002.gguf'
0.00.108.546 I srv    operator(): operator(): cleaning up before exit...
0.00.109.748 E srv  llama_server: exiting due to model loading error

Operating systems

Linux

GGML backends

HIP

Hardware

GGML backends is rocm (so selected hip) llama.cpp

AMD Ryzen AI Max+ 395(128GB)" chip with OS "Ubuntu 26.04 LTS" AMD Radeon 8060S (gfx1151)

Models

https://huggingface.co/AtomicChat/Ling-3.0-flash-GGUF/tree/main/AD-Q5_K_M

Problem description & steps to reproduce

wget https://github.com/AtomicBot-ai/atomic-llama-cpp-turboquant/releases/download/b10269-1.5.1/llama-turboquant-linux-x64-rocm.tar.gz
tar xzf llama-turboquant-linux-x64-rocm.tar.gz
cd build/bin



./llama-server -m ~/models/Ling-3.0-flash-GGUF/Ling-3.0-flash-AD-Q5_K_M-00001-of-00002.gguf --host 0.0.0.0 --port 8888 --jinja -ngl 99 -c 262144

Relevant log output

Logs
./llama-server -m ~/models/Ling-3.0-flash-GGUF/Ling-3.0-flash-AD-Q5_K_M-00001-of-00002.gguf --host 0.0.0.0 --port 8888 --jinja -ngl 99 -c 262144
0.00.020.573 I cmn  common_param: common_params_print_info: verbosity = 3 (adjust with the `-lv N` CLI arg)
0.00.022.107 I srv    load_model: loading model '/home/username/models/Ling-3.0-flash-GGUF/Ling-3.0-flash-AD-Q5_K_M-00001-of-00002.gguf'
0.00.066.194 E llama_model_load: error loading model: unknown model architecture: 'bailingmoe3'
0.00.066.206 E llama_model_load_from_file_impl: failed to load model
0.00.066.249 E common_fit_params: encountered an error while trying to fit params to free device memory: failed to load model
0.00.108.526 E llama_model_load: error loading model: unknown model architecture: 'bailingmoe3'
0.00.108.531 E llama_model_load_from_file_impl: failed to load model
0.00.108.537 E cmn  common_init_: failed to load model '/home/username/models/Ling-3.0-flash-GGUF/Ling-3.0-flash-AD-Q5_K_M-00001-of-00002.gguf'
0.00.108.543 E srv    load_model: failed to load model, '/home/username/models/Ling-3.0-flash-GGUF/Ling-3.0-flash-AD-Q5_K_M-00001-of-00002.gguf'
0.00.108.546 I srv    operator(): operator(): cleaning up before exit...
0.00.109.748 E srv  llama_server: exiting due to model loading error

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingreleases

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions