-
Notifications
You must be signed in to change notification settings - Fork 48
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
Error Data incompatible with tuples format. Each message should be a list of length 2. #17
Comments
using Windows+Anaconda, same issue. chatgipity™ made a workaround for me, at least it runs now and creates mesh: But of course, interested to know if there are better fixes.. |
https://gist.github.com/unitycoder/ec21b35526bb78caac1fa002afc1d833 How do you use this? |
replaced existing chatbot.py with that code (i think it was inside gradio package folder, might see the file location in console error messages) |
Thanks for the info. Something that seems to work is to set, in app.py, the chatbot's message type to "messages".
|
I have done also modifications to avoid error related to padding token. |
Uhm, no. The only thing that your mod does is to switch to a generic "error" message. |
I probably don't get the OOM because I'm on a Macbook M2 with 96GB of ram. |
Wow, bragging at its finest ;) |
I wouldn't brag about that ;-), it just explains why it works for me. |
What should I do?
The text was updated successfully, but these errors were encountered: