Xiangyan Sun

Results 25 comments of Xiangyan Sun

This is possible and there is projects like libW11 which translates Xlib calls to Win32 calls. One potential issue I can think of is how to handle fork(). Since when...

Looks like socketpair() is missing.

socketpair() depends on AF_UNIX/AF_LOCAL sockets. #56

I've been following this PR for a quite while and thank you for the enormous work you have done! I believe I saw on somewhere that the MTP acceptance rate...

I did some quick investigations and think I've found the culprit - the use of `llama_get_logits_ith()` call in the inner loop is killing performance. By fixing that, I'm getting like...