We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5478bbc
Mac
llama-server
browser popup error dialog with message: "TypeError:r is not async iterable"
srv update_slots: all slots are idle
The text was updated successfully, but these errors were encountered:
From a quick glance at the code I would guess this is because of these lines introduced in #10786 by @ngxson. That relies in ReadableStream being async iterable, which is not yet implemented in Safari.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Name and Version
5478bbc
Operating systems
Mac
Which llama.cpp modules do you know to be affected?
llama-server
Problem description & steps to reproduce
First Bad Commit
browser popup error dialog with message: "TypeError:r is not async iterable"
Relevant log output
The text was updated successfully, but these errors were encountered: