From 95b7c33e7a462ed7cd588e06bd4e15bbc67d3532 Mon Sep 17 00:00:00 2001 From: Guokai Ma Date: Sun, 5 Oct 2025 12:03:05 +0800 Subject: [PATCH] remove [LAB] in the title Signed-off-by: Guokai Ma --- blogs/zenflow-corebinding/README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blogs/zenflow-corebinding/README.md b/blogs/zenflow-corebinding/README.md index a8577a478..40a9c9a7d 100644 --- a/blogs/zenflow-corebinding/README.md +++ b/blogs/zenflow-corebinding/README.md @@ -1,4 +1,4 @@ -# [LAB] Study of ZenFlow and ZeRO offload performance with DeepSpeed CPU core binding +# Study of ZenFlow and ZeRO offload performance with DeepSpeed CPU core binding **TL;DR:** ZenFlow is an improvement to ZeRO Offload contributed to DeepSpeed by Tingfeng Lan et al. After testing this feature, we explored the relationship between ZenFlow performance and DeepSpeed CPU core binding. ## ZenFlow technology introduction diff --git a/docs/index.md b/docs/index.md index 111d2b92d..788fa098a 100755 --- a/docs/index.md +++ b/docs/index.md @@ -9,7 +9,7 @@ title: "Latest News" -* [2025/10] [(LAB) Study of ZenFlow and ZeRO offload performance with DeepSpeed CPU core binding](https://github.com/deepspeedai/DeepSpeed/blob/master/blogs/zenflow-corebinding/README.md) +* [2025/10] [Study of ZenFlow and ZeRO offload performance with DeepSpeed CPU core binding](https://github.com/deepspeedai/DeepSpeed/blob/master/blogs/zenflow-corebinding/README.md) * [2025/08] [ZenFlow: Stall-Free Offloading Engine for LLM Training](https://pytorch.org/blog/zenflow-stall-free-offloading-engine-for-llm-training/)