Error loading both quantized models Q8_0 & ff16

#1
by jvhpe - opened

Hello,

Got the following error when running with llama.cpp

llama_model_load: error loading model: check_tensor_dims: tensor 'blk.0.attn_output.weight' has wrong shape; expected 1536, 1536, got 2048, 1536, 1, 1
llama_model_load_from_file_impl: failed to load model

Would be glad if you could give a fix
Thanks

Run with --flash-attn off and change the backend to Vulkan (others may work too) if the issue persists.

Sign up or log in to comment