fix: install add text-chinses-large model (#215)

quick start add rely model, text-chinses-large model
This commit is contained in:
magic.chen 2023-06-14 18:00:43 +08:00 committed by GitHub
commit a7aad450a1

View File

@ -37,6 +37,7 @@ Once the environment is installed, we have to create a new folder "models" in th
```
git clone https://huggingface.co/Tribbiani/vicuna-13b
git clone https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2
git clone https://huggingface.co/GanymedeNil/text2vec-large-chinese
```
The model files are large and will take a long time to download. During the download, let's configure the .env file, which needs to be copied and created from the .env.template