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
LLamaSharp 0.23.0
CUDA
Windows
LLM: Qwen3-8B-Q5_K_M.gguf
Errors:
llama_model_load: error loading model: error loading model architecture: unknown model architecture: 'qwen3'
llama_model_load_from_file_impl: failed to load model
The text was updated successfully, but these errors were encountered:
aropb
changed the title
llama_model_load: error loading model: error loading model architecture: unknown model architecture: 'qwen3'
Unknown model architecture: qwen3
Apr 29, 2025
Because supporting qwen3 requires a relatively new version of llama.cpp, but currently the latest version of llama.cpp supported by LLamaSharp only reaches b026.
Description
LLamaSharp 0.23.0
CUDA
Windows
LLM: Qwen3-8B-Q5_K_M.gguf
Errors:
llama_model_load: error loading model: error loading model architecture: unknown model architecture: 'qwen3'
llama_model_load_from_file_impl: failed to load model
llama.cpp:
ggml-org/llama.cpp#12828
The text was updated successfully, but these errors were encountered: