Skip to content

Commit

Permalink
Update README_zh.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisonooo authored Jan 12, 2024
1 parent ad5b78c commit ba188f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,18 @@

## STEP1. 建立话题特征库

复制下面所有命令(包含 '#' 符号)执行。
```shell
# 下载 repo
git clone https://github.com/internlm/huixiangdou --depth=1 && cd huixiangdou

# 下载聊天话题
mkdir repodir
git clone https://github.com/open-mmlab/mmpose --depth=1 repodir/mmpose
git clone https://github.com/internlm/lmdeploy --depth=1 repodir/lmdeploy

# 建立特征库
git clone https://github.com/internlm/huixiangdou --depth=1 && cd huixiangdou && mkdir workdir # 创建工作目录
mkdir workdir # 创建工作目录
python3 -m pip install -r requirements.txt # 安装依赖,python3.11 需要 `conda install conda-forge::faiss-gpu`
python3 service/feature_store.py # 把 repodir 的特征保存到 workdir
```
Expand Down

0 comments on commit ba188f9

Please sign in to comment.