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
When calling python collect_env.py, running into the same error as below.
python collect_env.py
Encountering the below issue when running tests. Suspected to be related to mypy changes
The text was updated successfully, but these errors were encountered:
@rkooo567 I think this is from the mypy change.
Sorry, something went wrong.
@kevinbu233 one quick fix: add from __future__ import annotations in the top of vllm/core/interfaces.py.
from __future__ import annotations
vllm/core/interfaces.py
Sorry for the inconvenience. I will make a PR to fix it in a couple hours
PR is at #4092
Successfully merging a pull request may close this issue.
Your current environment
When calling
python collect_env.py
, running into the same error as below.🐛 Describe the bug
Encountering the below issue when running tests. Suspected to be related to mypy changes
The text was updated successfully, but these errors were encountered: