File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set -euo pipefail
77FLAGGEMS_VLLM_DIR=" $( cd .. && pwd -P) /FlagGems-vllm"
88git clone https://github.com/flagos-ai/FlagGems-vllm.git " ${FLAGGEMS_VLLM_DIR} "
99git -C " ${FLAGGEMS_VLLM_DIR} " checkout main
10- pip install --no-build-isolation -e " ${FLAGGEMS_VLLM_DIR} "
10+ python -m pip install --no-build-isolation -e " ${FLAGGEMS_VLLM_DIR} "
1111
1212git config --global --add safe.directory " $( pwd) "
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set -euo pipefail
77FLAGGEMS_VLLM_DIR=" $( cd .. && pwd -P) /FlagGems-vllm"
88git clone https://github.com/flagos-ai/FlagGems-vllm.git " ${FLAGGEMS_VLLM_DIR} "
99git -C " ${FLAGGEMS_VLLM_DIR} " checkout main
10- pip install --no-build-isolation -e " ${FLAGGEMS_VLLM_DIR} "
10+ python -m pip install --no-build-isolation -e " ${FLAGGEMS_VLLM_DIR} "
1111
1212: " ${VLLM_PLUGINS:? VLLM_PLUGINS is not set} "
1313: " ${TOPS_VISIBLE_DEVICES:? TOPS_VISIBLE_DEVICES is not set} "
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set -euo pipefail
77FLAGGEMS_VLLM_DIR=" $( cd .. && pwd -P) /FlagGems-vllm"
88git clone https://github.com/flagos-ai/FlagGems-vllm.git " ${FLAGGEMS_VLLM_DIR} "
99git -C " ${FLAGGEMS_VLLM_DIR} " checkout main
10- pip install --no-build-isolation -e " ${FLAGGEMS_VLLM_DIR} "
10+ python -m pip install --no-build-isolation -e " ${FLAGGEMS_VLLM_DIR} "
1111
1212git config --global --add safe.directory " $( pwd) "
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set -euo pipefail
77FLAGGEMS_VLLM_DIR=" $( cd .. && pwd -P) /FlagGems-vllm"
88git clone https://github.com/flagos-ai/FlagGems-vllm.git " ${FLAGGEMS_VLLM_DIR} "
99git -C " ${FLAGGEMS_VLLM_DIR} " checkout main
10- pip install --no-build-isolation -e " ${FLAGGEMS_VLLM_DIR} "
10+ python -m pip install --no-build-isolation -e " ${FLAGGEMS_VLLM_DIR} "
1111
1212export PATH=" /opt/conda/bin:${PATH} "
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set -euo pipefail
77FLAGGEMS_VLLM_DIR=" $( cd .. && pwd -P) /FlagGems-vllm"
88git clone https://github.com/flagos-ai/FlagGems-vllm.git " ${FLAGGEMS_VLLM_DIR} "
99git -C " ${FLAGGEMS_VLLM_DIR} " checkout main
10- pip install --no-build-isolation -e " ${FLAGGEMS_VLLM_DIR} "
10+ python -m pip install --no-build-isolation -e " ${FLAGGEMS_VLLM_DIR} "
1111
1212git config --global --add safe.directory " $( pwd) "
1313
You can’t perform that action at this time.
0 commit comments