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

pip install vllm vs pip install -e . #1697

Closed
qy1026 opened this issue Nov 17, 2023 · 1 comment
Closed

pip install vllm vs pip install -e . #1697

qy1026 opened this issue Nov 17, 2023 · 1 comment

Comments

@qy1026
Copy link

qy1026 commented Nov 17, 2023

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.

@simon-mo
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants