-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Segmentation fault in converting my llama2c models to ggml. #2574
Comments
using the ./models/ggml-vocab.bin vocab file will make the model dont speak human language
|
maybe i find it:
but still have strange fault. if i give the n_kv_head=None or n_kv_head=0
still bad for me |
You should bring this up in #2559 before it is merged. |
Try setting |
Thank you for your help! |
hello !
I am try to convert my llama2c models to ggml.
but it looks like need a vocab file. so how can i get it ?
or How can i convert my tokenizer.model to a GGML file?
i only have tokenizer.model and tokenizer.bin now
The text was updated successfully, but these errors were encountered: