Closed pycloux closed 1 year ago
I believe to have a similar issue like you: https://github.com/nomic-ai/pygpt4all/issues/88
Hello @pycloux,
It is the same issue as #76 Please update the package and give it a try now ?
I believe the issue should be solved. (ensure you have pygptj version 1.0.10).
Hi @abdeladim-s,
Just tested. It fixed the issue for me. Thanks 👍
Hello,
When running with model
ggml-gpt4all-j-v1.3-groovy.bin
, I have a lot of{model.py:85} WARNING - UnicodeDecodeError of bytes b'\xad'
in the INFO log.This is related to an Unicode error in pygptj/model.py (line 85 as specified).
Not blocking as this is a warning.