From a8e7fb4ac26666347344fa80f9a607c754a05fb7 Mon Sep 17 00:00:00 2001 From: haruhi <108149467+todochenxi@users.noreply.github.com> Date: Sun, 20 Aug 2023 14:29:37 +0800 Subject: [PATCH] =?UTF-8?q?add=20accelerate,=20cpm=5Fkernels=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ptuning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptuning/README.md b/ptuning/README.md index ed16c81..64a1fdc 100644 --- a/ptuning/README.md +++ b/ptuning/README.md @@ -6,7 +6,7 @@ ## 软件依赖 运行微调除 ChatGLM2-6B 的依赖之外,还需要安装以下依赖 ``` -pip install rouge_chinese nltk jieba datasets +pip install rouge_chinese nltk jieba datasets accelerate cpm_kernels ``` ## 使用方法