Merge branch 'master' into dev
This commit is contained in:
commit
58d5787bdf
|
|
@ -31,10 +31,10 @@ $ conda env remove -p /your_path/env_name
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# 拉取仓库
|
# 拉取仓库
|
||||||
$ git clone https://github.com/imClumsyPanda/langchain-ChatGLM.git
|
$ git clone https://github.com/chatchat-space/Langchain-Chatchat.git
|
||||||
|
|
||||||
# 进入目录
|
# 进入目录
|
||||||
$ cd langchain-ChatGLM
|
$ cd Langchain-Chatchat
|
||||||
|
|
||||||
# 安装全部依赖
|
# 安装全部依赖
|
||||||
$ pip install -r requirements.txt
|
$ pip install -r requirements.txt
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@ unstructured[all-docs]
|
||||||
python-magic-bin; sys_platform == 'win32'
|
python-magic-bin; sys_platform == 'win32'
|
||||||
SQLAlchemy==2.0.19
|
SQLAlchemy==2.0.19
|
||||||
faiss-cpu
|
faiss-cpu
|
||||||
nltk
|
|
||||||
accelerate
|
accelerate
|
||||||
spacy
|
spacy
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue