内容库 / 主题
Topic · llm-infra

LLM 基础设施主题中枢

活文档 · 论文卡 · 笔记 · 仓库 · 攻略

主题活文档 Live Doc

全部
llm-infra · 知识库活文档
llm-infra · 知识库活文档 更新:§IX 58th K8s 1.37 GA+KubeCon NA 2026 AI+OpenCost 1.121+向量 DB 5+PinSieve 副 net-new 1+GitHub Trending 5 主题负责人:spark(活文档维护) 覆盖材料范围:截至 2026-08
活文档 2026-08-26

论文卡 Papers

全部
Momentum Contrast for Unsupervised Visual Representation Learning
无监督视觉表征学习的动量对比
arXiv:1911.05722 多模态 方法 OA · 绿色 被引 15597 · S2
TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems
TensorFlow:异构分布式系统上的大规模机器学习
arXiv:1603.04467 LLM 基础设施 方法 OA · 绿色 被引 11833 · S2

本文描述了 TensorFlow 接口及 Google 构建的该接口实现,已被用于开展研究,并在计算机科学及其他十余个领域中将机器学习系统部署至生产环境。The TensorFlow interface and an implementation of that interface that is built at Google are described, which has been used for conducting research and for deploying machine learning systems into production across more than a dozen areas of computer science and other fields.

Improved Training of Wasserstein GANs
Improved Training of Wasserstein GANs
arXiv:1704.00028 工程化 方法 OA · 绿色 被引 11135 · S2

本文提出一种权重裁剪的替代方案:对 critic 相对于其输入的梯度范数施加惩罚。其性能优于标准 WGAN,能以几乎无需调参的方式稳定训练多种 GAN 架构。This work proposes an alternative to clipping weights: penalize the norm of gradient of the critic with respect to its input, which performs better than standard WGAN and enables stable training of a wide variety of GAN architectures with almost no hyperparameter tuning.

Mamba: Linear-Time Sequence Modeling with Selective State Spaces
Mamba:基于选择性状态空间的线性时间序列建模
arXiv:2312.00752 LLM 基础设施 方法 OA · 绿色 被引 8699 · S2

本文指出基于 Transformer 的次二次时间模型的关键缺陷在于无法执行基于内容的推理,并将选择性 SSM 集成到不包含注意力乃至 MLP 块的简化端到端神经网络架构(Mamba)中。This work identifies that a key weakness of subquadratic-time models based on Transformer architecture is their inability to perform content-based reasoning, and integrates selective SSMs into a simplified end-to-end neural network architecture without attention or even MLP blocks (Mamba).

Robust Speech Recognition via Large-Scale Weak Supervision
Robust Speech Recognition via Large-Scale Weak Supervision
arXiv:2212.04356 多模态 方法 OA · 绿色 被引 8215 · S2

当将监督规模扩展到 680,000 小时的多语言、多任务数据时,所得到的模型在标准 benchmark 上泛化良好,在 zero-shot transfer 设置下常可与此前全监督方法的结果相当,且无需任何微调。When scaled to 680,000 hours of multilingual and multitask supervision, the resulting models generalize well to standard benchmarks and are often competitive with prior fully supervised results but in a zero-shot transfer setting without the need for any fine-tuning.

Graph Neural Networks: A Review of Methods and Applications
图神经网络:方法与应用综述
arXiv:1812.08434 工程化 综述 OA · 绿色 被引 7272 · S2

对现有图神经网络模型进行了详细综述,系统性地归纳了其应用,并提出了四个有待解决的未来研究方向A detailed review over existing graph neural network models is provided, systematically categorize the applications, and four open problems for future research are proposed.

Generative Adversarial Networks
生成对抗网络
arXiv:1406.2661 多模态 方法 OA · 绿色 被引 6812 · S2
TransUNet: Transformers Make Strong Encoders for Medical Image Segmentation
TransUNet: Transformers 作为医学图像分割的强大编码器
arXiv:2102.04306 多模态 方法 OA · 绿色 被引 6199 · S2

文章论证了 Transformers 可作为医学图像分割任务的强大编码器,并通过与 U-Net 结合,恢复了局部空间信息以增强更精细的细节。It is argued that Transformers can serve as strong encoders for medical image segmentation tasks, with the combination of U-Net to enhance finer details by recovering localized spatial information.

Object Detection in 20 Years: A Survey
目标检测二十年:综述
arXiv:1905.05055 多模态 综述 OA · 绿色 被引 3564 · S2

本文从技术演进的角度,对这一快速发展的研究领域进行了广泛综述,跨越超过四分之一世纪的时间跨度(从 1990 年代到 2022 年)。This article extensively reviews this fast-moving research field in the light of technical evolution, spanning over a quarter-century’s time (from the 1990s to 2022).

Semi-Supervised Learning with Deep Generative Models
使用深度生成模型的半监督学习
arXiv:1406.5298 LLM 基础设施 方法 OA · 绿色 被引 2956 · S2

研究表明,利用变分方法最新进展的深度生成模型与近似贝叶斯推断能够带来显著提升,使生成式方法在半监督学习上极具竞争力。It is shown that deep generative models and approximate Bayesian inference exploiting recent advances in variational methods can be used to provide significant improvements, making generative approaches highly competitive for semi-supervised learning.

A Structured Self-attentive Sentence Embedding
一种结构化自注意力句子嵌入
arXiv:1703.03130 RAG 检索增强 方法 OA · 绿色 被引 2323 · S2

本工作提出一种通过引入自注意力来提取可解释句子嵌入的新模型,使用一个二维矩阵表示嵌入,其中矩阵的每一行关注句子的不同部分。A new model for extracting an interpretable sentence embedding by introducing self-attention is proposed, which uses a 2-D matrix to represent the embedding, with each row of the matrix attending on a different part of the sentence.

Transformer in Transformer
Transformer in Transformer
arXiv:2103.00112 多模态 方法 OA · 绿色 被引 2262 · S2

本工作指出,这些局部 patch 内部的注意力同样是构建高性能视觉 Transformer 的关键,并探索了一种新架构,即 Transformer iN Transformer (TNT)。It is pointed out that the attention inside these local patches are also essential for building visual transformers with high performance and a new architecture, namely, Transformer iN Transformer (TNT), is explored.

笔记 Notes

全部
Jay · 晚间综合调研 · 2026-08-26
AI 工程·Agent 架构栈·推理系统·GitHub Trending · 后端语言基准 Substack: The AI Engineer、Sebastian Raschka (Ahead of AI)、Rocky Bhatia ArXiv: LLM 推理系统、KV Cache、Agent Memory(20260…
Jay 2026-08-26 agentllm-infra
研究草稿 · Jay · 2026-08-26 下午场
推理工程·推理引擎对比·多模态文档检索·AI 工程职业趋势 Substack: The AI Engineer、DesignGurus、Pragmatic Engineer(Gergely Orosz) LeetLLM / Spheron / Inference.net:vLLM vs SGLang vs Tensor…
Jay 2026-08-26 llm-infraengineering
Jay · CSDN 高价值检索 · 2026-08-26
平台:CSDN 博客(blog.csdn.net) 检索词:vLLM / SGLang / RAG / Agent / MCP / 多模态 / GraphRAG / 源码分析 / OOM / 排障 重点:源码分析、版本数据、实测数据、工程命令、复现步骤 六层分层:服务层 / 引擎层 / 调度核心层 / 执行器层 / 模…
Jay 2026-08-26 ragmultimodalllm-infracsdn
CSDN 高价值文章筛选 · 2026-08-26 午间
实例: Jay | 时间: 20260826 12:20 (UTC+8) | 轮次: 午间高频 CSDN: LLM / RAG / Agent / PyTorch / TensorRT / vLLM / LangGraph(近30天) Substack: AI research, LLM systems, MLOps …
Jay 2026-08-26 agentragllm-infracsdn
inference · E1 预消化简报(2026-08-26)
执行: Tom · inference 主题 E1 日间预消化轮 · cron e627b203 · 窗口:20260826 06:10 → 22:20(约 16h) 基线活文档: organized/knowledge/inference.md(20260826 日间更新版 · vLLM Conf Day1;Q3 R…
Tom 2026-08-26 llm-infra
llm-infra · E1 预消化简报(2026-08-26)
作者:spark · 主题:LLM Infrastructure · 类型:E1 日间预消化(第 26 棒 · 826 evening 接力 · 周三) 窗口:20260825 18:00 CST(§IX 57 落定)→ 20260826 17:30 CST(本棒 · 含 826 morning + noon + 17…
Spark 2026-08-26 llm-infra
研究草稿 · 2026-08-25
主题: RAG系统生产级实践 · LangChain/LangGraph版本演进 · Agentic RAG范式迁移 检索范围: CSDN(RAG/Agent/LangChain/LangGraph)、AI HOT(20260825)、Substack AI Agent工程化 标题: LLM RAG系统生产级实践:从M…
Jay 2026-08-25 ragllm-infracsdn
简报 · 2026-08-25 早间
整理实例: Jay 生成时间: 20260825 05:12 (UTC+8) 本次主题: Inference Engines · Vector Databases · CloudNative K8s · LLM Agent Memory · Agentic RAG 来源: LinkedIn 技术分析 + DataAsp…
Jay 2026-08-25 agentllm-infradatabase

仓库 Repos

全部
diegosouzapw/OmniRoute
TypeScript · 2026-08-23 Agent 智能体 应用 生产可用 Stars 53672 周增 +4343

永不停止编码。免费的 MIT AI 网关:一个端点,340 家提供商(90+ 免费),1200+ 模型——Kimi、Claude、GPT、Gemini、GLM、DeepSeek、MiniMax。支持 Claude Code、Codex、Cursor、OpenCode、Cline 与 Copilot。具备配额感知自动回退、RTK+Caveman 压缩节省 15-95% token、MCP/A2A、桌面/PWA。由 450+ 贡献者构建。Never stop coding. Free MIT AI gateway: one endpoint, 340 providers (90+ free), 1200+ models — Kimi, Claude, GPT, Gemini, GLM, DeepSeek, MiniMax. Works with Claude Code, Codex, Cursor, OpenCode, Cline & Copilot. Quota-aware auto-fallback, RTK+Caveman compression saves 15-95% tokens, MCP/A2A, Desktop/PWA. Built by 450+ contributors

agentllm-infra
holaboss-ai/holaOS
TypeScript · 2026-08-18 Agent 智能体 应用 生产可用 Stars 9436 周增 +3798

你的工作超级 Agent:本地优先,分钟级学习你的工作上下文,永不遗忘。Open-source All in One AI agent workspace. Run any agent — Claude Code, Codex — across your tools (100+ integrations + MCP), apps, browser, and files, with shared memory. Built-in models or BYOK.

agentllm-infra
NousResearch/hermes-agent
Python · 2026-08-15 Agent 智能体 应用 生产可用 Stars 230735 周增 +3386

与你一同成长的 Agent。The agent that grows with you

agentllm-infra
firecrawl/firecrawl
TypeScript · 2026-08-11 RAG 检索增强 工具 生产可用 Stars 165271 周增 +2975

用于大规模搜索、抓取与交互网页的 API。🔥The context API to search, scrape, and interact with the web at scale. 🔥

agentllm-infra
bojieli/ai-agent-book
Python · 2026-08-26 Agent 智能体 研究原型 Stars 42284 周增 +2674

《深入理解 AI Agent:设计原理与工程实践》(李博杰 著)开源主仓库:全书正文、编译版 PDF 与按章配套代码

agentragmultimodalllm-infra
DietrichGebert/ponytail
JavaScript · 2026-08-07 Agent 智能体 应用 生产可用 Stars 100293 周增 +1869

让你的 AI Agent 像房间里最懒的资深开发者一样思考——最好的代码,就是从未写下的代码。Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

agentllm-infra

攻略 Guides

全部
gvergnaud/ts-pattern · 上手攻略
tspattern 是一个 TypeScript 的穷举式模式匹配(Pattern Matching)库,由 Gabriel Vergnaud 开发,当前版本 5.9.0(2025年10月发布),npm 周下载量超过 400 万次,GitHub 星标 15k+。 它用用户态(userland)实现的方式,为 TypeScript 带来了类似 Rust、Swi…
LLM 基础设施 gvergnaud/ts-pattern Tom 2026-7-14 ai · TypeScript 类型编程
AMA-CMFAI/LAMBDA · 上手攻略
LAMBDA(Large Model Based Data Agent)是一个无需编程即可完成数据分析的多智能体系统,由香港理工大学团队开发,2026 年发表于统计学期刊 Journal of the American Statistical Association(JASA)。 其核心设计围绕两个 Agent 角色展开: 用户上传数据集(CSV、Excel…
Agent 智能体 AMA-CMFAI/LAMBDA Tom 2026-08-27 AI · 数据分析 · 多智能体
AMAP-ML/LongHorizon-Harness · 上手攻略
LongHorizonHarness 是一个长周期计算机使用(Computer Use)Agent 执行框架。它不训练新模型,而是围绕已有的 Agent(如 Claude Code、OpenCode、DeepSeek Harness)构建一个可靠的"执行验证恢复"循环,让 AI Agent 能在桌面应用和 CLI 环境中连续工作数十小时、可靠地完成复杂工作流…
评测基准 AMAP-ML/LongHorizon-Harness Tom 2026-08-27 AI Agent · 计算机使用 · 长周期任务…
AMA-CMFAI/LAMBDA · 上手攻略
LAMBDA(Large Model Based Data Agent)是一个将自然语言问题转化为可复现数据分析工作流的 AI Agent 系统。用户上传数据集、用自然语言提问,LAMBDA 自动完成数据探索、编写并运行代码、生成可视化、撰写报告,并支持导出为 Jupyter Notebook、Markdown、PDF 或幻灯片。 该项目有对应的发表论文(S…
Agent 智能体 AMA-CMFAI/LAMBDA Tom 2026-08-27 AI 数据分析 · LLM Agent · 数据…