Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the convert_models/run.sh #724

Open
melodyliu1986 opened this issue Aug 5, 2024 · 2 comments
Open

Update the convert_models/run.sh #724

melodyliu1986 opened this issue Aug 5, 2024 · 2 comments

Comments

@melodyliu1986
Copy link
Contributor

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?

@rhatdan
Copy link
Member

rhatdan commented Aug 5, 2024

Care to open a PR?

@melodyliu1986
Copy link
Contributor Author

Care to open a PR?
Sure, please review it #741

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants