-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Error while starting API server when using Ray #741
Comments
I was able to fix it by downgrading the versions of typing-extensions
There were other issues with the version of a nvidia lib that came, but this should fix this issue specifically |
This fixes my issue |
this method was not fixed mine? why? |
use pip install typing-inspect==0.8.0 typing_extensions==4.5.0: anaconda3/envs/vllm/lib/python3.10/site-packages/huggingface_hub/utils/_runtime.py:184: UserWarning: Pydantic is installed but cannot be imported. Please check your installation. |
I am installing the vllm using
start vllm server using
docker run --gpus all --shm-size=20g -p 8097:8097 -it --rm --name vllm vllm_docker python3 -m vllm.entrypoints.api_server --port 8097 --host 0.0.0.0 --trust-remote-code --tensor-parallel-size 8
The text was updated successfully, but these errors were encountered: