openchat icon indicating copy to clipboard operation
openchat copied to clipboard

llama_model_load: error loading model: create_tensor: tensor 'output.weight' not found

Open wac81 opened this issue 1 year ago • 1 comments

loaded openchat-3.5-0106-gemma-Q5_K_M.gguf ,then get error. it's newest version of llama.cpp

wac81 avatar Mar 11 '24 09:03 wac81

This is expected as Gemma uses tied embeddings, so the output.weight should be the same as input embeddings. Could you please open up an issue in llama.cpp repo?

imoneoi avatar Mar 17 '24 02:03 imoneoi