PulseAugur
实时 10:26:41
English(EN) Devs - do you use Mistral Medium 3.5 (128b dense) and if so - thoughts?

开发者分享使用 Mistral Medium 3.5 (128b dense) 模型的心得

开发者们正在讨论他们使用 Mistral Medium 3.5 (128b dense) 模型的心得,特别是其量化到 3 位后的性能。一位用户报告称,尽管最初对量化级别有所顾虑,但该模型的 3 位量化版本在其项目中表现良好,能够识别出他们常用模型忽略的问题。用户承认其速度不如 Mixture-of-Experts 模型,但认为其速度可以满足其需求,在特定的 KV 缓存和量化设置下,大约能达到每秒 8 个 token。 AI

影响 提供用户对特定大型密集模型性能和可用性的见解,为开发者的选择提供信息。

排序理由 用户对特定模型版本的讨论和轶事经验,并非官方发布或基准测试。

在 r/LocalLLaMA 阅读 →

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

开发者分享使用 Mistral Medium 3.5 (128b dense) 模型的心得

报道来源 [1]

  1. r/LocalLLaMA TIER_1 English(EN) · /u/Jorlen ·

    Devs - do you use Mistral Medium 3.5 (128b dense) and if so - thoughts?

    <!-- SC_OFF --><div class="md"><p>I've picked up a 3-bit quant of this one (Unsloth - Q3_KS) - the best fit for my config right now. Normally I shy away from 3-bit quants but as this is a giant dense model, I figured... why not.</p> <p>I've tested it a few hours in my latest proj…