llama.cpp: error loading model architecture: unknown model architecture: 'mistral3'

#1
by alexaione - opened

llama.cpp is unable to load the modal (issue is only with mistral-3 models, others work fine)

print_info: file format = GGUF V3 (latest)
print_info: file type = Q8_0
print_info: file size = 8.40 GiB (8.50 BPW)
llama_model_load: error loading model: error loading model architecture: unknown model architecture: 'mistral3'
llama_model_load_from_file_impl: failed to load model

Is anyone else facing this issue?

Fixed β€” issue caused by an older version of llama.cpp.

updated llama.cpp to Latest release: b7263

Note: Leaving this comment for anyone who encounters the same problem later.

alexaione changed discussion status to closed

Sign up or log in to comment