From a4b4bb01d643c0c3ee70a8f2faf4c820776da554 Mon Sep 17 00:00:00 2001 From: Jiarui Fang Date: Tue, 20 Dec 2022 15:56:54 +0800 Subject: [PATCH] [example] update vit readme (#2155) --- examples/images/vit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/images/vit/README.md b/examples/images/vit/README.md index f78c037ef..4423d85d1 100644 --- a/examples/images/vit/README.md +++ b/examples/images/vit/README.md @@ -13,7 +13,7 @@ We use model **vision_transformer** from timm [Link](https://github.com/rwightma # Requirement -You should install colossalai from main branch with commit 561e904. +Install colossalai version >= 0.1.11 ## Unit test To run unit test, you should install pytest, transformers with: