From fd96635b2f5a5980f18a31582d07af96678a5fcd Mon Sep 17 00:00:00 2001 From: HfCloud Date: Mon, 6 Feb 2023 01:37:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=B9transformers?= =?UTF-8?q?=E5=BA=93=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 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 4a988cd..32751af 100644 --- a/Readme.md +++ b/Readme.md @@ -24,11 +24,7 @@ python3需要再安装这些库,使用pip安装就可以: ``` -torch flask openai diffusers -``` - -``` -pip install torch flask openai diffusers +pip install torch flask openai transformers diffusers ``` 当然如果使用cuda加速建议按照pytorch官网提供的方法安装支持cuda加速的torch版本。