From 649466f2d79874f36fe35df8493cb132ec0e5a00 Mon Sep 17 00:00:00 2001 From: duzx16 Date: Sun, 9 Apr 2023 20:34:34 +0800 Subject: [PATCH] Update dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adcb098..0e8524d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ChatGLM-6B-INT4 是 ChatGLM-6B 量化后的模型权重。具体的,ChatGLM-6B ## 软件依赖 ```shell -pip install protobuf==3.20.0 transformers==4.26.1 icetk cpm_kernels +pip install protobuf transformers==4.27.1 cpm_kernels ``` ## 代码调用