Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organise installation documentation into categories and tabs #11935

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

hmellor
Copy link
Collaborator

@hmellor hmellor commented Jan 10, 2025

Organises the installation documentation into four categories:

  • GPU
  • CPU
  • AI Accelerator
  • OpenVINO (it's kind of it's own thing since it supports devices from multiple other categories)
    image

Within each category, different devices use tabs that switch together:
image

This allows us to share common documentation (i.e. virtual environment setup) between devices without needing to duplicate the content.

Copy link

👋 Hi! Thank you for contributing to the vLLM project.
Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can do one of these:

  • Add ready label to the PR
  • Enable auto-merge.

🚀

@mergify mergify bot added the documentation Improvements or additions to documentation label Jan 10, 2025
Copy link

mergify bot commented Jan 10, 2025

This pull request has merge conflicts that must be resolved before it can be
merged. Please rebase the PR, @hmellor.

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork

@mergify mergify bot added the needs-rebase label Jan 10, 2025
@hmellor hmellor changed the title Initial commit Organise installation documentation into categories and tabs Jan 10, 2025
@mergify mergify bot removed the needs-rebase label Jan 10, 2025
@hmellor hmellor requested a review from DarkLight1337 January 10, 2025 19:51
@hmellor hmellor marked this pull request as ready for review January 10, 2025 19:51
@hmellor
Copy link
Collaborator Author

hmellor commented Jan 11, 2025

Thanks for the review @DarkLight1337, I'll action your comments on Monday!

Copy link

mergify bot commented Jan 12, 2025

This pull request has merge conflicts that must be resolved before it can be
merged. Please rebase the PR, @hmellor.

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork

Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
@hmellor hmellor force-pushed the group-installation-guides branch from dd61cb3 to 64ea29b Compare January 12, 2025 21:38
@mergify mergify bot removed the needs-rebase label Jan 12, 2025
@hmellor
Copy link
Collaborator Author

hmellor commented Jan 12, 2025

Sorry everyone that got review requested. In trying to satisfy the DCO check the merge from main commits got flattened into my branch and triggered all the code owners to be notified!

@hmellor hmellor requested a review from DarkLight1337 January 12, 2025 21:48
@DarkLight1337
Copy link
Member

Can you also add placeholder tabs in the Extra Information section?

@@ -0,0 +1,357 @@
# AI Accelerator
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
# AI Accelerator
# Other AI accelerators

Copy link
Member

@DarkLight1337 DarkLight1337 left a comment

Choose a reason for hiding this comment

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

Same for the other pages.


::::

## Python
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
## Python
## Set up using Python


::::

## Docker
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
## Docker
## Set up using Docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/build documentation Improvements or additions to documentation frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants