解决多卡启动问题

This commit is contained in:
hzg0601 2023-08-14 16:43:01 +08:00 committed by imClumsyPanda
parent 811c308ef4
commit c81e63eeee
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ $ streamlit run webui.py --server.port 666
- [X] DuckDuckGo 搜索
- [ ] Agent 实现
- [X] LLM 模型接入
- [X] 支持通过调用 [FastChat](https://github.com/lm-sys/FastChat) api 调用 llm
- [X] 支持通过调用 [fastchat](https://github.com/lm-sys/FastChat) api 调用 llm
- [ ] 支持 ChatGLM API 等 LLM API 的接入
- [X] Embedding 模型接入
- [X] 支持调用 HuggingFace 中各开源 Emebdding 模型