Add Restful API (#223)
* add restful api * refine * add simple doc * lint * add uvicorn requirement * more args * add llama2 * docstring * update doc * save * refine * lint * better decode * add v1/embedding * add GenerateRequest * add llama2 chat template * correct profiling * update documents * add length judge * add faq * update doc and rename req_que to req_queue * fix md link, use get_logger, fix sequence_end bug * use another doc link for go to avoid lint error * add api_client.py * update doc * update doc * update function interface * update FAQ * resolve comments
Showing
docs/en/restful_api.md
0 → 100644
docs/zh_cn/restful_api.md
0 → 100644
| accelerate | ||
| datasets | ||
| fastapi | ||
| fire | ||
| gradio | ||
| mmengine | ||
| ... | ... | @@ -12,3 +13,4 @@ tiktoken |
| torch | ||
| transformers | ||
| tritonclient[all] | ||
| uvicorn |
Please register or sign in to comment