From 3c7cc5ab0c4c35ce32ab2b4824533b82908db187 Mon Sep 17 00:00:00 2001 From: HfCloud Date: Mon, 6 Feb 2023 02:06:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=B9accelerate=E5=BA=93?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96=E7=9A=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 67176e2..99f0940 100644 --- a/Readme.md +++ b/Readme.md @@ -24,7 +24,7 @@ python3需要再安装这些库,使用pip安装就可以: ``` -pip install torch flask openai transformers diffusers python-opencv +pip install torch flask openai transformers diffusers python-opencv accelerate ``` 当然如果使用cuda加速建议按照pytorch官网提供的方法安装支持cuda加速的torch版本。