<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>技术 on LLM-DailyDigest · 大模型研究日报</title>
    <link>https://dujh22.github.io/LLMDailyDigestWeb/tech/</link>
    <description>Recent content in 技术 on LLM-DailyDigest · 大模型研究日报</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <lastBuildDate>Thu, 27 Aug 2026 23:41:07 +0800</lastBuildDate>
    <atom:link href="https://dujh22.github.io/LLMDailyDigestWeb/tech/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>常用开源框架</title>
      <link>https://dujh22.github.io/LLMDailyDigestWeb/tech/common-open-source-frameworks/</link>
      <pubDate>Thu, 27 Aug 2026 00:00:00 +0800</pubDate>
      <guid>https://dujh22.github.io/LLMDailyDigestWeb/tech/common-open-source-frameworks/</guid>
      <description>&lt;h1 id=&#34;常用开源框架&#34;&gt;常用开源框架&lt;/h1&gt;&#xA;&lt;p&gt;围绕大模型研发全流程（&lt;strong&gt;后训练 → 推理服务 → 评测&lt;/strong&gt;）的常用开源框架，以下仓库本站均已 fork，便于跟读源码与二次开发。&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;框架&lt;/th&gt;&#xA;          &lt;th&gt;定位&lt;/th&gt;&#xA;          &lt;th&gt;上游仓库&lt;/th&gt;&#xA;          &lt;th&gt;本站 fork&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;verl&lt;/td&gt;&#xA;          &lt;td&gt;LLM 强化学习后训练&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://github.com/verl-project/verl&#34;target=&#34;_blank&#34; rel=&#34;external nofollow noopener noreferrer&#34;&gt;verl-project/verl&lt;i class=&#34;fa-solid fa-external-link-alt fa-fw fa-xs ms-1 text-secondary&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://github.com/dujh22/verl&#34;target=&#34;_blank&#34; rel=&#34;external nofollow noopener noreferrer&#34;&gt;dujh22/verl&lt;i class=&#34;fa-solid fa-external-link-alt fa-fw fa-xs ms-1 text-secondary&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;SGLang&lt;/td&gt;&#xA;          &lt;td&gt;LLM / 多模态推理服务&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://github.com/sgl-project/sglang&#34;target=&#34;_blank&#34; rel=&#34;external nofollow noopener noreferrer&#34;&gt;sgl-project/sglang&lt;i class=&#34;fa-solid fa-external-link-alt fa-fw fa-xs ms-1 text-secondary&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://github.com/dujh22/sglang&#34;target=&#34;_blank&#34; rel=&#34;external nofollow noopener noreferrer&#34;&gt;dujh22/sglang&lt;i class=&#34;fa-solid fa-external-link-alt fa-fw fa-xs ms-1 text-secondary&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;SkyThought&lt;/td&gt;&#xA;          &lt;td&gt;推理模型训练全流程&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://github.com/NovaSky-AI/SkyThought&#34;target=&#34;_blank&#34; rel=&#34;external nofollow noopener noreferrer&#34;&gt;NovaSky-AI/SkyThought&lt;i class=&#34;fa-solid fa-external-link-alt fa-fw fa-xs ms-1 text-secondary&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://github.com/dujh22/SkyThought&#34;target=&#34;_blank&#34; rel=&#34;external nofollow noopener noreferrer&#34;&gt;dujh22/SkyThought&lt;i class=&#34;fa-solid fa-external-link-alt fa-fw fa-xs ms-1 text-secondary&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;OpenJudge&lt;/td&gt;&#xA;          &lt;td&gt;AI 应用评测与质量奖励&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://github.com/agentscope-ai/OpenJudge&#34;target=&#34;_blank&#34; rel=&#34;external nofollow noopener noreferrer&#34;&gt;agentscope-ai/OpenJudge&lt;i class=&#34;fa-solid fa-external-link-alt fa-fw fa-xs ms-1 text-secondary&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://github.com/dujh22/OpenJudge&#34;target=&#34;_blank&#34; rel=&#34;external nofollow noopener noreferrer&#34;&gt;dujh22/OpenJudge&lt;i class=&#34;fa-solid fa-external-link-alt fa-fw fa-xs ms-1 text-secondary&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;verl--llm-强化学习后训练框架&#34;&gt;verl — LLM 强化学习后训练框架&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/verl-project/verl&#34;target=&#34;_blank&#34; rel=&#34;external nofollow noopener noreferrer&#34;&gt;verl&lt;i class=&#34;fa-solid fa-external-link-alt fa-fw fa-xs ms-1 text-secondary&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;&lt;/a&gt;（Volcano Engine Reinforcement Learning for LLMs）由字节跳动 Seed 团队发起、verl 社区维护，是 &lt;a href=&#34;https://arxiv.org/abs/2409.19256&#34;target=&#34;_blank&#34; rel=&#34;external nofollow noopener noreferrer&#34;&gt;HybridFlow&lt;i class=&#34;fa-solid fa-external-link-alt fa-fw fa-xs ms-1 text-secondary&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;&lt;/a&gt;（EuroSys 2025）论文的开源实现，主打灵活、高效、可落地的 LLM RL 后训练。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
