Error converting to fp16: b"python: can't open file '/home/user/app/llama.cpp/convert-hf-to-gguf.py': [Errno 2] No such file or directory\n"

#97
by NikolayKozloff - opened

Experience this error on every model i try to convert.

Same issue here

ggml.ai org
โ€ข
edited 19 days ago

The python script file name is changed to snake_case: https://github.com/ggerganov/llama.cpp/pull/8305

Just need to change conversion_script to convert_hf_to_gguf.py and that will work

https://huggingface.co/spaces/ggml-org/gguf-my-repo/blob/main/app.py#L120

Edit: I created the PR for that: https://huggingface.co/spaces/ggml-org/gguf-my-repo/discussions/98

NikolayKozloff changed discussion status to closed
ggml.ai org

Thanks! @ngxson

Sign up or log in to comment