-
Notifications
You must be signed in to change notification settings - Fork 536
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Your current environment
In PR #661 , we change pip install from to pip install -e to help developers
Error like:
ERROR: cann't import name 'PoolingParams' from 'vllm'
ModuleNotFoundError: No module named 'vllm.benchmarks.serve'
🐛 Describe the bug
- Fail to start vllm under /workspace: [Bug]: Fail to start vllm under /workspace #725
-
Workaround:
-
cd ~orcd /, before you execute the vllm serve or launch openai server
-
- **(Update 20250430 9:00 AM) You can ** Use
docker pullredownloadv0.8.4rc2image to refresh image
- **(Update 20250430 9:00 AM) You can ** Use
-
-
Resolved: [Build][Bugfix] Fix source code path to avoid reference error #726
- we need follow vLLM, should move all source code into /vllm-workspace/, and keep /workspace as workdir:
[1] https://github.com/vllm-project/vllm/blob/main/docker/Dockerfile#L264C7-L264C23
[2] https://github.com/vllm-project/vllm/blob/main/docker/Dockerfile#L52
- we need follow vLLM, should move all source code into /vllm-workspace/, and keep /workspace as workdir:
-
junqi-lu and paulyu12
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working