Skip to content

Update the convert_models/run.sh #724

@melodyliu1986

Description

@melodyliu1986

I want to convert the huggingface models to gguf file, but always met errors when following the README.md, then I found the files in llama.cpp repo are updated:

python download_huggingface.py --model $hf_model_url --> this should be converted_models/download_huggingface.py
python llama.cpp/convert.py /opt/app-root/src/converter/converted_models/$hf_model_url -> there is no convert.py in https://github.com/ggerganov/llama.cpp
python llama.cpp/convert-hf-to-gguf.py /opt/app-root/src/converter/converted_models/$hf_model_url -> llama.cpp/convert-hf-to-gguf.py should be llama.cpp/convert_hf_to_gguf.py now

Can you fix the problem and let me try again?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions