Skip to content

Commit

Permalink
Refactor vllm openvino to third parties (opea-project#1388)
Browse files Browse the repository at this point in the history
vllm-openvino is a dependency for text generation comps, in GenAIComps PR opea-project/GenAIComps#1141 we move it to third-parties folder, update the path accordingly.

opea-project#998 
Signed-off-by: Xinyao Wang <[email protected]>
  • Loading branch information
XinyaoWa authored Jan 16, 2025
1 parent 287f03a commit 23d885b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EdgeCraftRAG/tests/test_compose_vllm_on_arc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function build_docker_images() {

echo "Build vllm_openvino image from GenAIComps..."
cd $WORKPATH && git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}"
cd comps/llms/text-generation/vllm/langchain/dependency
cd comps/third_parties/vllm/src/
bash ./build_docker_vllm_openvino.sh gpu

docker images && sleep 1s
Expand Down

0 comments on commit 23d885b

Please sign in to comment.