Skip to content
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

Issue with emoji decoding in steaming mode, only #57

Closed
CyberTimon opened this issue Apr 9, 2023 · 2 comments
Closed

Issue with emoji decoding in steaming mode, only #57

CyberTimon opened this issue Apr 9, 2023 · 2 comments
Labels
bug Something isn't working quality Quality of model output

Comments

@CyberTimon
Copy link

When the model wants to output an emoji, this error comes up:

Debugging middleware caught exception in streamed response at a point where response headers were already sent. Traceback (most recent call last): File "C:\Users\zblac\AppData\Local\Programs\Python\Python310\lib\site-packages\werkzeug\wsgi.py", line 500, in __next__ return self._next() File "C:\Users\zblac\AppData\Local\Programs\Python\Python310\lib\site-packages\werkzeug\wrappers\response.py", line 50, in _iter_encoded for item in iterable: File "C:\Users\zblac\llama.cpp\test\normal.py", line 37, in vicuna for line in response: File "C:\Users\zblac\AppData\Local\Programs\Python\Python310\lib\site-packages\llama_cpp\llama.py", line 370, in _create_completion "text": text[start:].decode("utf-8"), UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf0 in position 0: unexpected end of data

@Niek
Copy link
Contributor

Niek commented Apr 12, 2023

I can confirm this issue, but only in streaming mode it appears. In regular mode, it works fine.

@gjmulder gjmulder added bug Something isn't working quality Quality of model output labels May 12, 2023
@gjmulder gjmulder changed the title Issue with emoji decoding Issue with emoji decoding in steaming mode, only May 23, 2023
@gjmulder
Copy link
Contributor

Closing this. Reopen if #118 didn't fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working quality Quality of model output
Projects
None yet
Development

No branches or pull requests

3 participants