SciSharp / LLamaSharp

A C#/.NET library to run LLM (🦙LLaMA/LLaVA) on your local device efficiently.
https://scisharp.github.io/LLamaSharp
MIT License
2.7k stars 349 forks source link

Removed GBNF Parser Exceptions #989

Closed martindevans closed 3 days ago

martindevans commented 5 days ago

Removed exceptions associated with the old C# GBNF parser. No longer needed since the parser is now implemented in C++.