From bb89ed9b067bc9e14d56f4d39a6c8dc6697f8048 Mon Sep 17 00:00:00 2001 From: Siyuan Tian Date: Mon, 14 Aug 2023 15:35:33 +0800 Subject: [PATCH] fix a typo --- examples/tutorial/auto_parallel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorial/auto_parallel/README.md b/examples/tutorial/auto_parallel/README.md index 6a12e0dd5a48..13561567636e 100644 --- a/examples/tutorial/auto_parallel/README.md +++ b/examples/tutorial/auto_parallel/README.md @@ -13,7 +13,7 @@ ## 📚 Overview -This tutorial folder contains a simple demo to run auto-parallelism with ResNet. Meanwhile, this diretory also contains demo scripts to run automatic activation checkpointing, but both features are still experimental for now and no guarantee that they will work for your version of Colossal-AI. +This tutorial folder contains a simple demo to run auto-parallelism with ResNet. Meanwhile, this directory also contains demo scripts to run automatic activation checkpointing, but both features are still experimental for now and no guarantee that they will work for your version of Colossal-AI. ## 🚀 Quick Start