[DOC] Add additional comments for LLMEngine and AsyncLLMEngine#1011
[DOC] Add additional comments for LLMEngine and AsyncLLMEngine#1011simon-mo merged 13 commits intovllm-project:mainfrom litone01:doc/core-fun
Conversation
|
Close the PR to fix the TODOs at the moment. |
|
Hi @litone01, sorry for the very late review and many thanks for the contribution. I've tried the PR in my laptop and got this error: The generated doc does not contain anything under |
Thanks @WoosukKwon ! Is it because you are not using the correct python environment? This requires the python dependencies that we used for compilation and development to be present in the environment. For example, the
|
|
Could I seek your advice on the following error during doc compilation that happens after my latest rebase? My guess is two reasons:
Thank you! |
|
I think this is because @litone01 are you able to continue to work on this? Thank you! |
Thanks for the suggestion! Sure, I will take a closer look as soon as I have the bandwidth. I may need slightly more time to update the documentation with the latest code again. Thanks! |
For the following functions:
LLMEngine:add_request,abort_request,stepand_init_cacheAsyncLLMEngine:generateandabortSummary of changes:
LLMEngineandAsyncLLMEngine. To address questions related to memory usage, the documentation forinit_cachefromLLMEngineis also added.TODO:
Discussion:
Partially addresses the documentation issues in #244.
Could you kindly review this PR? Thanks! @zhuohan123 @WoosukKwon cc @LiuXiaoxuanPKU