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
Current version of vllm_chat generator does not support multiple stop_strings
if isinstance(transformers_settings.stop_strings, list): raise ValueError('You should use only 1 eos token with VLLM')
while SamplingParams has argument stop and its available to use stop=transformers_settings.stop_strings,
SamplingParams
stop
stop=transformers_settings.stop_strings,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current version of vllm_chat generator does not support multiple stop_strings
while
SamplingParams
has argumentstop
and its available to usestop=transformers_settings.stop_strings,
The text was updated successfully, but these errors were encountered: