百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
C

colibri

> 编程语言
开源

在你已经拥有的硬件上运行前沿MOE模型——纯C,零分解,专家从磁盘中流出. 小引擎,巨大的模型

21.8K stars0 点赞0 次浏览
访问官网GitHub

GitHub Issues· 139 开放

在 GitHub 查看全部
  • #1577

    [Bug]: qwen36 CUDA_DLL on Windows: tier selects 0 devices unless COLI_GPUS is set (available_device_count is queried before the DLL is loaded)

    更新于 2026年9月16日
  • #1370

    Perplexity vs Ollama's Q4_K_M on the same tokens: our int4 experts lose 2.5–3.4 %, the int8 trunk buys nothing — two questions about the format

    更新于 2026年9月16日
  • #1576

    glm53: KV prefix reuse lost after bare tool-call turns — template writes "\n<tool_call>", the model does not

    更新于 2026年9月16日
  • #1498

    [Bug]: GPU doesn't engage

    更新于 2026年9月16日
  • #1572

    [Feature]: Adopt Git LFS for test fixtures, large dataset artifacts, and media assets

    更新于 2026年9月16日

核心特点

  • •One hierarchy, not limited by tier capacity. VRAM, RAM, and NVMe are placement
  • •A JIT for weights. Measured routing heat drives a per-layer LRU, a learned
  • •I/O is part of the engine. Batched expert unions, overlapped reads and
  • •Heterogeneous execution. CPU, CUDA, Metal, NUMA memory, and partial or full
  • •Compressed state without a different model. Token-exact forward validation,
  • •Speculation that must earn its keep. Native MTP and grammar-forced drafts
  • •the dense part (attention, shared experts, embeddings — ~17B params) stays
  • •the 19,456 routed experts (75 MoE layers × 256 + the MTP head, ~19 MB each

> 标签

C

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言