Merge remote-tracking branch 'origin/main' into dev

This commit is contained in:
aries-ckt 2023-06-13 15:51:49 +08:00
commit 827d156688
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
</a>
</p>
[**简体中文**](README.zh.md)|[**Discord**](https://discord.gg/ea6BnZkY)
[**简体中文**](README.zh.md)|[**Discord**](https://discord.gg/xfNDzZ9t)
</div>
## What is DB-GPT?
@ -46,7 +46,7 @@ Currently, we have released multiple key features, which are listed below to dem
- Support for unstructured data such as PDF, Markdown, CSV, and WebURL
- Milti LLMs Support
- Supports multiple large language models, currently supporting Vicuna (7b, 13b), ChatGLM-6b (int4, int8), guanaco(7b,13b,33b)
- Supports multiple large language models, currently supporting Vicuna (7b, 13b), ChatGLM-6b (int4, int8), guanaco(7b,13b,33b), Gorilla(7b,13b)
- TODO: codegen2, codet5p

4
run.sh
View File

@ -15,11 +15,11 @@ function find_python_command() {
PYTHONCMD=$(find_python_command)
nohup PYTHONCMD pilot/server/llmserver.py >> /root/server.log 2>&1 &
nohup $PYTHONCMD pilot/server/llmserver.py >> /root/server.log 2>&1 &
while [ `grep -c "Uvicorn running on" /root/server.log` -eq '0' ];do
sleep 1s;
echo "wait server running"
done
echo "server running"
PYTHONCMD pilot/server/webserver.py
$PYTHONCMD pilot/server/webserver.py