From fce1b9ab94206aaa526b1a22f534e3a15f1a67dd Mon Sep 17 00:00:00 2001 From: KMnO4-zx <1021385881@qq.com> Date: Fri, 17 Nov 2023 16:30:06 +0800 Subject: [PATCH] Update dependencies to specific versions --- InternLM/01-InternLM-Chat-7B.md | 8 ++++---- InternLM/02-Lagent+InternLM-Chat-7B-V1.1.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/InternLM/01-InternLM-Chat-7B.md b/InternLM/01-InternLM-Chat-7B.md index a8c99b8..7866642 100644 --- a/InternLM/01-InternLM-Chat-7B.md +++ b/InternLM/01-InternLM-Chat-7B.md @@ -16,11 +16,11 @@ pip换源和安装依赖包 # 更换 pypi 源加速库的安装 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple -pip install modelscope -pip install transformers +pip install modelscope==1.9.5 +pip install transformers==4.35.2 pip install streamlit==1.24.0 -pip install sentencepiece -pip install accelerate +pip install sentencepiece==0.1.99 +pip install accelerate==0.24.1 ``` ## 模型下载 diff --git a/InternLM/02-Lagent+InternLM-Chat-7B-V1.1.md b/InternLM/02-Lagent+InternLM-Chat-7B-V1.1.md index c729dd0..ae0a4b3 100644 --- a/InternLM/02-Lagent+InternLM-Chat-7B-V1.1.md +++ b/InternLM/02-Lagent+InternLM-Chat-7B-V1.1.md @@ -8,11 +8,11 @@ # 更换 pypi 源加速库的安装 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple -pip install modelscope -pip install transformers +pip install modelscope==1.9.5 +pip install transformers==4.35.2 pip install streamlit==1.24.0 -pip install sentencepiece -pip install accelerate +pip install sentencepiece==0.1.99 +pip install accelerate==0.24.1 ``` ## 模型下载