Lyrcaxis
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...
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...
Minor QOL improvement on the `Vocabulary` class with a slight performance increase. Reason was I'm worried about llama.cpp internal deadlocks/mem. corruption based on an issue reported by @dpmm99.  I'm...
### Preflight Checklist - [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet - [x] This is a single feature request (not multiple features) ### Problem...
### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...