-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
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
vLLM tutorial doesn't work (cannot find vllm module) #3638
Comments
Full logs here:
|
Thanks for filing the issue @WesleyYue! This was indeed a bug, and should be fixed by #3639 in our master branch now. Could you try to run it again with the latest master? |
Yep it's fixed. Thanks for the quick fix! This is probably one of the highest quality OSS projects I've used. Documentation is excellent! |
I'm having this exact same error. When I SSH into the remote server, I see all modules are installed. But when I Has this fix been released? Pushed to PyPi? Or was it reintroduced somehow? |
Hi @richard-alexander, what version of SkyPilot are you currently working on? This information can be get with |
I'm on:
commit e37a39d I'll try nightly now... |
Looks like nightly fixed it. |
Bug
/home/azureuser/skypilot-runtime/bin/python: Error while finding module specification for 'vllm.entrypoints.openai.api_server' (ModuleNotFoundError: No module named 'vllm')
conda activate qwen && pip list
shows vllm as expected. So it only is not visible during therun
steps for some reason.To reproduce
sky launch -c qwen skypilot.yaml --cloud azure --region westus3
/home/azureuser/skypilot-runtime/bin/python: Error while finding module specification for 'vllm.entrypoints.openai.api_server' (ModuleNotFoundError: No module named 'vllm')
skypilot.yaml (modifed from qwen-7b.yaml, with extra logging statements)
Version & Commit info:
sky -v
:skypilot, version 1.0.0-dev2024053101
sky -c
:skypilot, commit e620ccc418ee69d70e580a703569d7cf0508b0ce
The text was updated successfully, but these errors were encountered: