Skip to content

[Doc] Documentation for distributed inference #261

Merged
zhuohan123 merged 4 commits intomainfrom
distributed-inference-doc
Jun 26, 2023
Merged

[Doc] Documentation for distributed inference #261
zhuohan123 merged 4 commits intomainfrom
distributed-inference-doc

Conversation

@zhuohan123
Copy link
Copy Markdown
Member

@zhuohan123 zhuohan123 commented Jun 26, 2023

In this PR:

  • Add anyscale's blogpost to README as a reference for continuous batching.
  • Documentation for distributed inference.

Fix #206

@zhuohan123 zhuohan123 requested a review from WoosukKwon June 26, 2023 16:16
Copy link
Copy Markdown
Collaborator

@WoosukKwon WoosukKwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! Left some comments.

Comment thread docs/source/index.rst Outdated
Comment thread docs/source/serving/distributed_serving.rst Outdated
Comment thread docs/source/index.rst
Comment thread docs/source/serving/distributed_serving.rst Outdated
Comment thread docs/source/index.rst Outdated
Comment thread docs/source/index.rst Outdated
@zhuohan123
Copy link
Copy Markdown
Member Author

@WoosukKwon Just fixed all comments. Please take a look.

Copy link
Copy Markdown
Collaborator

@WoosukKwon WoosukKwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks!

@zhuohan123 zhuohan123 merged commit 2cf1a33 into main Jun 26, 2023
@zhuohan123 zhuohan123 deleted the distributed-inference-doc branch June 29, 2023 17:25
michaelfeil pushed a commit to michaelfeil/vllm that referenced this pull request Jul 1, 2023
hongxiayang pushed a commit to hongxiayang/vllm that referenced this pull request Feb 13, 2024
yukavio pushed a commit to yukavio/vllm that referenced this pull request Jul 3, 2024
**SUMMARY**

Handle a few different Python 3.8/3.9 compatibility issues:
* Fix the Python 3.8 compatibility in one of our benchmarking scripts.
* Fix skip for `test_local_workers_clean_shutdown` (previous skip
attempt misused `pytest.mark.skipif`)
* Skip `test_merge_async_iterators` (uses Python builtin `anext` which
was added in 3.10)
jikunshang pushed a commit to jikunshang/vllm that referenced this pull request Sep 11, 2024
On habana_main the slots are calculated by adding an offset to the block
which breaks the check for _PAD_SLOT_ID. Reworked it so that in case of
_PAD_BLOCK_ID we're automatically inserting the right value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation on distributed execution

2 participants