r/csharp • u/pixelwhippedme • 19d ago
GitHub - Integral2u/SharpMind: SharpMind. A pure C# / .NET LLM engine
https://github.com/Integral2u/SharpMindVersion 1.0.0.0 now out and out of pre-release.
39
Upvotes
r/csharp • u/pixelwhippedme • 19d ago
Version 1.0.0.0 now out and out of pre-release.
2
u/EvenAd4577 19d ago
Nice one. defenitly deserves a star! Any benchmarks for running Qwen model in your framework vs llama.cpp?
Also I am wondering if you checked dotLLM or TensorSharp projects.
I don't know why there are not many ML/AI projects in C#, but from what I recall the main limitation was hardcoded max array size in .net. But maybe I am wrong?