Alexander Aparin

Results 3 issues of Alexander Aparin

Hi. I learned internals of eris little bit during debugging undump of lua script. As I understood, there is memory corruption which occurs during undumping script (script creates not many...

I looked at implementation of parseFrom method, here is piece of code: for (offs = 0; offs < len - 1; offs++) if (buf[offs] == 0xFF && buf[offs + 1]...

Is there any way to use LoRA models with the library? Should be they converted like main models?