-
Notifications
You must be signed in to change notification settings - Fork 897
Longer Input #28
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
#18 should probably fix it |
It doesn't fix it |
I think I was able to reproduce it, can you confirm this is what you mean?
|
main: seed = 1679072585 system_info: n_threads = 4 / 8 | AVX = 0 | AVX2 = 0 | AVX512 = 0 | FMA = 0 | NEON = 1 | ARM_FMA = 1 | F16C = 0 | FP16_VA = 1 | WASM_SIMD = 0 | BLAS = 1 | SSE3 = 0 | VSX = 0 | == Running in chat mode. ==
Think of the smartest, most driven, accomplished, well-rounded, badass person you know (could be famous or a friend) What cognitive faculties do they still have that AIs don't (or won't within a decade)? Is it just agency/wanting things at all? "A sense of humor!"
^C is me as it would go on for some time. Only the first line was a related reply. |
The buffer is hardcoded as 256 chars, I manually increased it to 1024 in the buffer and scanf and it seems to fix the issue. Ideally it would be able to take in a string of any length. |
This should be fixed because we might have buffers of bigger lengths supported on non-edge devices. |
If I input is more than 300 tokens the interface breaks and I get several replies (most not very related to the prompt). Is that intentional? Is there a specific limit and can I increase it?
The text was updated successfully, but these errors were encountered: