Skip to content
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

Refactor vllm openvino to third parties #1388

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading