You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you!
Your current environment
The output of `python collect_env.py`
🐛 Describe the bug
If I run a small model like this
python -m vllm.entrypoints.openai.api_server --model gpt2
and call it like thisI get the following error in the server log:
I've tried to disable frontend multiprocessing, but that only changes the place where the error happens:
It seems that some of the refactorings to use multiprocessing have broken the guided decoding feature.
The text was updated successfully, but these errors were encountered: