-
Notifications
You must be signed in to change notification settings - Fork 624
Delete equals sign #4537
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
Delete equals sign #4537
Conversation
Signed-off-by: herizhen <[email protected]>
Signed-off-by: herizhen <[email protected]>
Signed-off-by: herizhen <[email protected]>
Signed-off-by: herizhen <[email protected]>
Signed-off-by: herizhen <[email protected]>
Signed-off-by: herizhen <[email protected]>
Signed-off-by: herizhen <[email protected]>
Signed-off-by: herizhen <[email protected]>
Signed-off-by: herizhen <[email protected]>
Signed-off-by: herizhen <[email protected]>
Signed-off-by: herizhen <[email protected]>
|
👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:
If CI fails, you can run linting and testing checks locally according Contributing and Testing. |
There was a problem hiding this 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 aims to remove the equals sign from a command-line example in the documentation. However, the current change is incorrect as it makes the command unusable. By removing the equals sign without quoting the JSON argument, the shell will incorrectly split the argument string. I have provided a critical comment with a suggested fix to ensure the command works as intended.
docs/source/developer_guide/feature_guide/Multi_Token_Prediction.md
Outdated
Show resolved
Hide resolved
Signed-off-by: herizhen <[email protected]>
### What this PR does / why we need it? Delete equals sign in doc ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? ut - vLLM version: v0.11.2 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.2 --------- Signed-off-by: herizhen <[email protected]> Co-authored-by: herizhen <[email protected]>
### What this PR does / why we need it? Delete equals sign in doc ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? ut - vLLM version: v0.11.2 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.2 --------- Signed-off-by: herizhen <[email protected]> Co-authored-by: herizhen <[email protected]> Signed-off-by: Che Ruan <[email protected]>
### What this PR does / why we need it? Delete equals sign in doc ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? ut - vLLM version: v0.11.2 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.2 --------- Signed-off-by: herizhen <[email protected]> Co-authored-by: herizhen <[email protected]> Signed-off-by: Che Ruan <[email protected]>
What this PR does / why we need it?
Delete equals sign
Does this PR introduce any user-facing change?
no
How was this patch tested?
ut