From 2a20ab23fff14b6c6584bf6eaf0ae87b1911462d Mon Sep 17 00:00:00 2001 From: Junda Chen <32371474+GindaChen@users.noreply.github.com> Date: Sun, 1 Feb 2026 20:00:45 -0800 Subject: [PATCH] change a bit --- docs/机器学习系统/CSE234.en.md | 2 +- docs/机器学习系统/CSE234.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/机器学习系统/CSE234.en.md b/docs/机器学习系统/CSE234.en.md index 239d43d6..cff42376 100644 --- a/docs/机器学习系统/CSE234.en.md +++ b/docs/机器学习系统/CSE234.en.md @@ -36,7 +36,7 @@ The course can be more accurately divided into three parts (with several additio - LLM fundamentals: Transformers, Attention, and MoE - LLM training optimizations (e.g., FlashAttention-style techniques) - LLM inference: continuous batching, paged attention, disaggregated prefill/decoding - - Scaling laws, test-time compute and reasoning, and “LLM + X” applications (RAG, search, multimodality, tool use, agents, etc.) + - Scaling laws (Guest lectures cover topics such as ML compilers, LLM pretraining and open science, fast inference, and tool use and agents, serving as complementary extensions.) diff --git a/docs/机器学习系统/CSE234.md b/docs/机器学习系统/CSE234.md index b6441216..e1786ab5 100644 --- a/docs/机器学习系统/CSE234.md +++ b/docs/机器学习系统/CSE234.md @@ -38,7 +38,7 @@ - LLM 基础:Transformer、Attention、MoE - LLM 训练优化:FlashAttention 等 - LLM 推理:continuous batching、paged attention、disaggregated prefill/decoding - - Scaling law、test-time compute / reasoning,以及 “LLM + X”(RAG / search / multimodality / tool-use / agents 等) + - Scaling law (Guest lectures:ML compiler、LLM pretraining/open science、fast inference、tool use & agents 等,作为补充与扩展。)