PulseAugur
实时 09:37:07
English(EN) TensorSharp: a pure C# / .NET GGUF inference engine that takes on llama.cpp

新的 C#/.NET 引擎 TensorSharp 性能媲美 llama.cpp

TensorSharp 是一款新的 GGUF 模型推理引擎,作为纯 C#/.NET 替代品出现,可与 llama.cpp 等成熟的 C/C++ 引擎相媲美。由 zhongkaifu 开发,它提供了广泛的模型和后端支持,包括 CUDAMetalVulkan,以及分页 KV 缓存和连续批处理等功能。基准测试表明,TensorSharp 的性能与 llama.cpp 相当,在某些场景下 TensorSharp 速度更快,而在其他场景下则略有落后,这凸显了 .NET 在处理要求严苛的 AI 任务方面日益成熟。 AI

影响 可能拓宽 .NET 开发者进行本地 LLM 推理的可访问性。

排序理由 新软件工具发布,集成了现有 AI 模型。

在 dev.to — LLM tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

新的 C#/.NET 引擎 TensorSharp 性能媲美 llama.cpp

报道来源 [1]

  1. dev.to — LLM tag TIER_1 English(EN) · withNext.NET ·

    TensorSharp: a pure C# / .NET GGUF inference engine that takes on llama.cpp

    <blockquote> <p>This article was originally published on our engineering blog, <strong><a href="https://withnext.net/articles/tensorsharp-dotnet-llm-inference" rel="noopener noreferrer">WithNext.NET</a></strong>. It's reposted here with the canonical link pointing back to the ori…