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
This is a follow-up to #181.
The initial provider included two config options:
model
tensor_parallel_size
There are many more options available to the vLLM engine. Many of these should be exposed as config options.
https://github.com/vllm-project/vllm/blob/151ef4efd2fb52554f4d30408aca619e181ea751/vllm/engine/arg_utils.py#L82
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a follow-up to #181.
The initial provider included two config options:
model
tensor_parallel_size
-- to allow utilizing multiple GPUs.There are many more options available to the vLLM engine. Many of these should be exposed as config options.
https://github.com/vllm-project/vllm/blob/151ef4efd2fb52554f4d30408aca619e181ea751/vllm/engine/arg_utils.py#L82
The text was updated successfully, but these errors were encountered: