Skip to content

Conversation

oneraghavan
Copy link
Contributor

@oneraghavan oneraghavan commented Aug 26, 2025

  • Change --hf_overrides to --hf-overrides in CLI examples
  • Correct parameter name to match actual argparse definition
  • Maintain consistency with other documentation files

cc : @DarkLight1337

- Change --hf_overrides to --hf-overrides in CLI examples
- Correct parameter name to match actual argparse definition
- Maintain consistency with other documentation files
@oneraghavan oneraghavan requested a review from hmellor as a code owner August 26, 2025 07:59
@mergify mergify bot added the documentation Improvements or additions to documentation label Aug 26, 2025
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 corrects a minor but important inconsistency in the CLI parameter documentation for hf_overrides. By changing --hf_overrides to --hf-overrides in docs/models/pooling_models.md, the documentation now accurately reflects the actual argparse definition, ensuring users can correctly apply model configuration overrides from the command line. This is a good documentation fix that improves clarity and usability.

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.

Thanks for fixing!

@vllm-bot vllm-bot merged commit ff77764 into vllm-project:main Aug 26, 2025
5 of 10 checks passed
Copy link

👋 Hi! Thank you for contributing to the vLLM project.

💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels.

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 ask your reviewers to trigger select CI tests on top of fastcheck CI.

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 either: Add ready label to the PR or enable auto-merge.

If you have any questions, please reach out to us on Slack at https://slack.vllm.ai.

🚀

@noooop
Copy link
Collaborator

noooop commented Aug 26, 2025

Thanks for fixing!


At least in the latest version, both --hf-overrides and --hf_overrides should work. LOL

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.

4 participants