llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

Misc. bug: convert_hf_to_gguf failed

Open JSXGQ opened this issue 2 days ago • 2 comments

Name and Version

convert_hf_to_gguf failed

Operating systems

No response

Which llama.cpp modules do you know to be affected?

No response

Command line


Problem description & steps to reproduce

model source: https://huggingface.co/deepseek-ai/DeepSeek-R1/tree/main execute: python3 convert_hf_to_gguf.py /data/DeepSeek-R1 --outtype f16 --verbose --outfile deepseek_r1_f16.gguf alert: ValueError: Can not map tensor 'model.layers.0.mlp.down_proj.weight_scale_inv'
detail: The details have been uploaded as pictures

Image

First Bad Commit

No response

Relevant log output


JSXGQ avatar Feb 21 '25 02:02 JSXGQ