Skip to content

Conversation

simon-mo
Copy link
Collaborator

Adds a simple banner for both events.

@mergify mergify bot added the documentation Improvements or additions to documentation label Sep 10, 2025
@simon-mo simon-mo merged commit 91130ae into vllm-project:main Sep 10, 2025
5 of 8 checks passed
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds a promotional banner for the upcoming PyTorch Conference and Ray Summit to the main README file. My review identifies a couple of issues with the announcement: a likely broken link for the Ray Summit due to an incorrect URL format, and ambiguity in the event dates because the years are not specified. I've provided a code suggestion to fix the link and recommended adding the years to the dates for clarity. These changes will ensure the information is accurate and easy for the community to understand.

</p>

---
Join us at the [PyTorch Conference, October 22-23](https://events.linuxfoundation.org/pytorch-conference/) and [Ray Summit, November 3-5](https://www.anyscale.com/ray-summit/2025) in San Francisco for our latest updates on vLLM and to meet the vLLM team! Register now for the largest vLLM community events of the year!
Copy link
Contributor

Choose a reason for hiding this comment

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

high

The URL for the Ray Summit appears to use an incorrect format. Based on the URLs for previous Ray Summits (e.g., .../ray-summit-2024), the year is typically separated by a hyphen, not a slash. The current URL .../ray-summit/2025 is likely to be a broken link. A non-functional link on the main README can be frustrating for users.

Suggested change
Join us at the [PyTorch Conference, October 22-23](https://events.linuxfoundation.org/pytorch-conference/) and [Ray Summit, November 3-5](https://www.anyscale.com/ray-summit/2025) in San Francisco for our latest updates on vLLM and to meet the vLLM team! Register now for the largest vLLM community events of the year!
Join us at the [PyTorch Conference, October 22-23](https://events.linuxfoundation.org/pytorch-conference/) and [Ray Summit, November 3-5](https://www.anyscale.com/ray-summit-2025) in San Francisco for our latest updates on vLLM and to meet the vLLM team! Register now for the largest vLLM community events of the year!

</p>

---
Join us at the [PyTorch Conference, October 22-23](https://events.linuxfoundation.org/pytorch-conference/) and [Ray Summit, November 3-5](https://www.anyscale.com/ray-summit/2025) in San Francisco for our latest updates on vLLM and to meet the vLLM team! Register now for the largest vLLM community events of the year!
Copy link
Contributor

Choose a reason for hiding this comment

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

high

The announcement text for both conferences is missing the year (e.g., 'October 22-23, 2024'). This creates ambiguity for readers about when the events are taking place, especially since they might be in different years. For clarity, please include the year for both events.

skyloevil pushed a commit to skyloevil/vllm that referenced this pull request Sep 13, 2025
FeiDaLI pushed a commit to FeiDaLI/vllm that referenced this pull request Sep 25, 2025
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant