-
Notifications
You must be signed in to change notification settings - Fork 34
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
Messy content when using Simple Chinese with Qwen2.5-0.5b #55
Comments
i'm use this version llama.cpp compiler: https://github.com/ggerganov/llama.cpp/releases/tag/b4138 . |
in Flutter, I use this way to chat, I think Qwen can understand I say, and I think it output is Japanese, but output I see is error, whether is Flutter Text component or Android Studio Console.
Output:
|
Resolved some error:
|
Maybe I find error and resolved messy response content !! For this file
I find:
So, I will use UTF-8 to resolve bytes from Buf, like this:
Finally, I find somethings is: I had tested Simple Chinese, English, Japanese. I think other languages is OK. Hope help you. Then I will put PR, or you can fork master and modify it yourself |
If you only use English, maybe it no use for you |
@Chaos-woo have you run deepseek ? |
using this libraries |
@sadaqatdev I haven't tried Deepseek before,I think whether it can run depends only on the CPU or GPU you are using,So you can use distilled deepseek to run smaller models.You can try it out |
@sadaqatdev But you need to find the gguf model to run on HF |
yes i have but unable to run , it throw error when initialising |
#58 you can check this |
When I input '你是谁?' will error 'invalid parameter'
When I input '2*2=?' will output some messy content, example: � 3 �
Now, I try to find the root of the problem
The text was updated successfully, but these errors were encountered: