Closed ethicalhacker7192 closed 1 year ago
I got past this error but now I have a new error:
error loading model: missing tok_embedding.weight
this is after building llama.cpp using the make command, and then running ./main -i --color to test if it was anything else. I believe that the weights are missing because on second glance I saw that there was no tok_embedding.weight file inside anywhere, can you please share it with me or troubleshooting?
I found the reason why, it was because the model I was using needed weights, I had to install another model (LlaMa model) and rename it to the other one, I renamed the other one to (ggml-vocab.bin) and then I renamed it to the appropriate name.
I get this error message when I pick llama model and alpaca model (including full and speed for both models):
This is run on kali linux, also when I execute the bin file, I get this error which suggests that I am having compatibility issues:
please note that this is the same error for both, just a different file name.