StrangeBytesDev

Results 5 comments of StrangeBytesDev
trafficstars

I think this function in llama.cpp might be the right one to call to try to implement this. https://github.com/ggerganov/llama.cpp/blob/b2440/llama.cpp#L14010 But I've never done any kind of C++ to Nodejs bindings...

> * The main problem is that it holds the entire context state and not just the evaluation cache of the tokens used in a specific context sequence, so it...

You can do ```Typescript response: { 200: z.null().describe('No Content'), } ```

If you need an easy way to hide the console without actually running a windows executable (like in CI) then this script should be able to do it. ```golang package...

It seems like. The output of something like `file my-bin.exe` seems to show that its working as intended, and it does what you'd expect when run. I was also able...