Skip to content

Commit 23d885b

Browse files
authored
Refactor vllm openvino to third parties (#1388)
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. #998 Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
1 parent 287f03a commit 23d885b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EdgeCraftRAG/tests/test_compose_vllm_on_arc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function build_docker_images() {
3939

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

4545
docker images && sleep 1s

0 commit comments

Comments
 (0)