this post was submitted on 22 Nov 2023
1 points (100.0% liked)

LocalLLaMA

3 readers
1 users here now

Community to discuss about Llama, the family of large language models created by Meta AI.

founded 1 year ago
MODERATORS
 

K024/llm-sharp: Language models in C# (github.com)

I've recently drafted this. But adding more models & features & tests & documentation will just cost too much time. Seeking for comments & colaborators.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] No-Cod6872@alien.top 1 points 11 months ago (1 children)

Definitely interested, I loved C#/.NET but haven't used it much in recent years. Have you used python for inference? I'm wondering how it compares to C# for LLM related programming

[โ€“] Key-Comparison3261@alien.top 1 points 11 months ago

You have exllama, vllm, lmdeploy in python. And in most cases fastapi is used for serving an http endpoint.

I wrote llm-sharp just for dropping python (GIL, pip deps) and getting flexible adaptation to dynamic model structures apart from standard llama.