Skip to content

use pip, as pip3 may be linked to the system Python environment#37

Open
vra wants to merge 1 commit intoJiayi-Pan:mainfrom
vra:patch-1
Open

use pip, as pip3 may be linked to the system Python environment#37
vra wants to merge 1 commit intoJiayi-Pan:mainfrom
vra:patch-1

Conversation

@vra
Copy link

@vra vra commented Feb 3, 2025

No description provided.

Comment on lines -23 to 25
# install vllm
pip3 install vllm==0.6.3 # or you can install 0.5.4, 0.4.2 and 0.3.1
pip3 install ray
pip install vllm==0.6.3 # or you can install 0.5.4, 0.4.2 and 0.3.1
pip install ray

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be it's better to use pip3. Pip by default would point to default python env in system where as pip3 would force for a python3 package instead of python2 etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants