Spaces:
Running
on
A10G
Running
on
A10G
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
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