We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've noticed that the way of installing vllm will lead to different codes.
With "pip install vllm", the vllm version will be vllm-0.2.1.post1 and there is no parameter named "repetition_penalty" in sampling_params.py;
while actually there is "repetition _penalty" parameter in the lateset repo.
The text was updated successfully, but these errors were encountered:
pip install -e . install from the main branch, which is ahead of the latest release vllm-0.2.1.post1. We are release 0.2.2 here #1551
pip install -e .
vllm-0.2.1.post1
Sorry, something went wrong.
No branches or pull requests
I've noticed that the way of installing vllm will lead to different codes.
With "pip install vllm", the vllm version will be vllm-0.2.1.post1 and there is no parameter named "repetition_penalty" in sampling_params.py;
while actually there is "repetition _penalty" parameter in the lateset repo.
The text was updated successfully, but these errors were encountered: