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

llama_model_load: invalid model file './models/ggml-small.en.bin' (too old, regenerate your model files!) #679

Closed
parkerqian opened this issue Mar 28, 2023 · 1 comment

Comments

@parkerqian
Copy link

I just download the model of ggml-small.en.bin

and run the command like this
./talk-llama -mw ./models/for-tests-ggml-small.bin -ml ./models/ggml-small.en.bin -p "Georgi" -t 8
the error message :
llama_model_load: invalid model file './models/ggml-small.en.bin' (too old, regenerate your model files!)
11

@danielcbit
Copy link

I believe you are using the incorrect model files. You need to follow the steps from this other project https://github.com/ggerganov/llama.cpp and apply to the LLAMA model downloaded(https://github.com/facebookresearch/llama/pull/73/files) from Facebook.

It also took me a while to figure out what needed to be done and some trial and error.

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

3 participants