blubee
blubee
Are you the original author of seq24 or is this a fork? Would it be possible to have a *BSD type license?
I understand the risks of the *BSD license, I will have to take some more time to examine this issue a bit. I will also see if I can get...
Those errors are caused because of in place operations, it's typically fine when non distributed but when you switch to distributed computation if one tensor is working on something and...
I edited the default ```client.py``` file to add a userprompt and I still get the same error in the output stream. Meaning it seems like an issue with the way...
Another update, it seems those messages are just sent by the model and needs to be parsed. Can I get pointed to a reference on how to parse those out...