-
Notifications
You must be signed in to change notification settings - Fork 2
Add max-model-len param for vLLM #502
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Onur Yilmaz <[email protected]>
|
/ok to test 6ffc9b3 |
| cpu_offload_gb: float = 0, | ||
| enforce_eager: bool = False, | ||
| max_seq_len_to_capture: int = 8192, | ||
| max_model_len: int = 8192, |
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.
Thank you @oyilmaz-nvidia . For my understanding, why is this param needed now ? Is it new introduced by vLLM
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.
We really didn't need to set the parameter up until now but some of the large models like llama 70B might need some tuning to fit model into the GPUs. And CI is giving error now to fit this model (it was working before but with the newer versions of vllm, we might need to tune it).
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.
Thank you @oyilmaz-nvidia!
Signed-off-by: Onur Yilmaz <[email protected]>
|
/ok to test 4d16afa |
No description provided.