Eduard Suica

Results 3 issues of Eduard Suica

Category: networking Library: TLSe License: Public Domain API: C Files: 2 Dependencies: tomcrypt (included as an amalgamated source file) Description: TLS v1.0, 1.2, 1.3 and DTLS 1.0, 1.2 implementation Link:...

Category: miscellaneous Library: doops License: Public Domain API: C Files: 1 Description: Event loop library, including I/O events and supporting code blocks Link: https://github.com/eduardsui/doops

Hello, I'm trying to use rwkv.cpp in two different threads. For this, I'm loading the model and then using two context clones (via `rwkv_clone_context`). Everything works fine when each thread...