mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-31 07:34:07 +00:00
fix: install add text-chinses-large model (#215)
quick start add rely model, text-chinses-large model
This commit is contained in:
commit
a7aad450a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user