From 43da6719523a56d65b7e3b11328873ab3d0bee5a Mon Sep 17 00:00:00 2001 From: FaceZhao Date: Mon, 21 Aug 2023 03:48:31 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3123920..6ad609b 100644 --- a/README.md +++ b/README.md @@ -238,8 +238,8 @@ The **MS-Image2Video** project is compatible with the ModelScope codebase, and t ```bash pip install modelscope==1.4.2 -pip install torch==1.11.0+cu113 -pip install torchvision==0.12.0+cu113 +pip install -U xformers +pip install torch==2.0.1 pip install open_clip_torch>=2.0.2 pip install easydict pip install numpy @@ -250,7 +250,6 @@ pip install rotary-embedding-torch pip install fairscale pip install scipy pip install imageio -pip install oss2 pip install pytorch-lightning ```