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
Hi @cadedaniel
I'm having an error when importing when running launch_vllm.py from vllm import ServerArgs, LLMServer
launch_vllm.py
from vllm import ServerArgs, LLMServer
Where can I get the server_args.py and llm_server.py files to import their corresponding classes 'ServerArgs' and 'LLMServer'?
server_args.py
llm_server.py
I tried the vLLM's June version (2023) and I can't see it there although you said that you used that version in another issue that was opened. Reference June 2023 version: https://github.com/vllm-project/vllm/tree/67d96c29fba9b72cb4c4edbc26211c208a00ebdd/vllm
The text was updated successfully, but these errors were encountered:
I'm guessing this is the PR you're missing: vllm-project/vllm#152
Sorry, something went wrong.
No branches or pull requests
Hi @cadedaniel
I'm having an error when importing when running
launch_vllm.py
from vllm import ServerArgs, LLMServer
Where can I get the
server_args.py
andllm_server.py
files to import their corresponding classes 'ServerArgs' and 'LLMServer'?I tried the vLLM's June version (2023) and I can't see it there although you said that you used that version in another issue that was opened.
Reference June 2023 version: https://github.com/vllm-project/vllm/tree/67d96c29fba9b72cb4c4edbc26211c208a00ebdd/vllm
The text was updated successfully, but these errors were encountered: