-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Using a word like limón on the prompt makes llama.cpp crash #4544
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
Comments
I think you need to provide more information about your setup and starting parameters. Cannot confirm: User: What's a limón? Bot: A limón (also known as a lime) is a small citrus fruit that has a bright yellow skin and juicy white flesh. It's often used for its tangy flavor in cooking, baking, and drinks like margaritas. Would you like more information on limons or anything else? With mistralai_mistral-7b-instruct-v0.1 on GNU/Linux. |
Where to download mistralai_mistral-7b-instruct-v0.1 from ? Is it a GGUF file ? We have tested it with phi-2_Q4_K_M.gguf, also with Orca gguf. Both crashes when using "limón" many thanks |
Indeed it's a GGUF from https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF I run it like this: |
Dear Michael, You are right, that one does not crash. Using phi-2_Q4_K_M.gguf it crashes, also with orca-2-7b.Q2_K.gguf many thanks |
Are you sure that this is an issue with llama.cpp? Where does it crash - during tokenization or during inferencing? What UI are you using? UTF-8 issues are very widespread (especially when decoding the model's output), so it's entirely likely that it's not actually llama.cpp's fault. |
I have phi2 3km and phi1.5 6k, both works fine with the word limón |
#4618 maybe it's related |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
If you use any word like limón or similar, llama.cpp crashes
is this a bug ? How to solve it ?
many thanks
The text was updated successfully, but these errors were encountered: