mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-16 22:52:25 +00:00
[devops] remove post commit ci (#5566)
* [devops] remove post commit ci * [misc] run pre-commit on all files * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -34,9 +34,9 @@ python api_server.py --host localhost --port $PORT_NUMBER --model $PATH_TO_MODEL
|
||||
### Collect your data
|
||||
|
||||
For ChatGPT based Agent we support document retrieval and simple sql search.
|
||||
If you want to run the demo locally, we provided document retrieval based conversation system built upon langchain. It accept a wide range of documents.
|
||||
If you want to run the demo locally, we provided document retrieval based conversation system built upon langchain. It accept a wide range of documents.
|
||||
|
||||
Read comments under ./colossalqa/data_loader for more detail
|
||||
Read comments under ./colossalqa/data_loader for more detail
|
||||
|
||||
### Serving
|
||||
Currently use vllm will replace with colossal inference when ready. Please refer class VllmLLM.
|
||||
|
Reference in New Issue
Block a user