File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 79
79
fi
80
80
if [[ $(grep -c "vllm-hpu:" ${docker_compose_path}) != 0 ]]; then
81
81
git clone https://github.com/HabanaAI/vllm-fork.git
82
- cd vllm-fork && git rev-parse HEAD && cd ../
82
+ cd vllm-fork && git git checkout 3c39626 && cd ../
83
83
fi
84
84
git clone https://github.com/opea-project/GenAIComps.git
85
85
cd GenAIComps && git checkout ${{ inputs.opea_branch }} && git rev-parse HEAD && cd ../
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ip_address=$(hostname -I | awk '{print $1}')
17
17
function build_docker_images() {
18
18
cd $WORKPATH /docker_image_build
19
19
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout " ${opea_branch:- " main" } " && cd ../
20
- git clone https://github.com/HabanaAI/vllm-fork.git
20
+ git clone https://github.com/HabanaAI/vllm-fork.git && cd vllm-fork && git checkout 3c39626 && cd ../
21
21
22
22
echo " Build all the images with --no-cache, check docker_image_build.log for details..."
23
23
service_list=" chatqna chatqna-ui dataprep-redis retriever-redis vllm-hpu nginx"
You can’t perform that action at this time.
0 commit comments