From 00e54d9bec91600c4d9132b0cd3843d06bf9e850 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 29 Apr 2024 10:08:19 -0400 Subject: [PATCH] README.md: Drop "BACKEND" from the title This code is not backend-specific, so drop it from the readme title. While we're at it, capitalize DeepSpeed as the upstream project does it. Signed-off-by: Russell Bryant --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac2cc163..4649a07b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# BACKEND TRAINING +# DeepSpeed-based Training -This repo contains a standalone deepspeed training implementation. +This repo contains a standalone DeepSpeed training implementation.