Lyrcaxis

Results 3 issues of Lyrcaxis

So, I found out that `\n\n` if appended by a character tokenizes as `['\n',\n']` (`[198, 198]`) instead of `['\n\n']` (`[271]`). (I'm using Llama3 for this example, but this extends to...

bug-unconfirmed

I made a PR with usage examples for Whisper.net as a server and in combination with LlamaSharp: https://github.com/SciSharp/LLamaSharp/pull/656 I thought people may benefit as I think it's better than the...

Hi, is anyone interested in Speech-To-Text support? (whisper.cpp) If someone is willing to create the native handles for it I'd be glad to contribute the mid-level & high-level bindings for...

discussion