Thiago Padilha
Thiago Padilha
This builds on my [other PR](https://github.com/ggerganov/llama.cpp/pull/267) to implement a very simple TCP mode. The new mode first loads the model then listens for TCP connections on a port. When a...
The goal of this refactor is allow reusing the model execution while using streams other than stdin/stdout for interaction. In my case, I'd like to implement a simple TCP server...
Hi @tpope first of all, good job on all those vim plugins, I'm a big fan In the dew months I've been using the vim/tmux , I've put together some...
Hi I've always looked for an irc client that lets me fully use vim editing capabilities, so this is very close to what I want. But feature-wise, it will be...
Functions that create/modify metrics don't modify their `char *` parameters, so it would be good to add `const` modifier to let the compiler know callers don't expect it to be...
The new processor has a similar API to filter lua, with the following differences: - logs/metrics/traces are supported - it is now possible to modify logs metadata - when splitting...