File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 79
79
fi
80
80
if [[ $(grep -c "vllm-gaudi:" ${docker_compose_path}) != 0 ]]; then
81
81
git clone https://github.com/HabanaAI/vllm-fork.git
82
+ cd vllm-fork && git checkout v0.6.4.post2+Gaudi-1.19.0 && cd ../
82
83
fi
83
84
git clone https://github.com/opea-project/GenAIComps.git
84
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 v0.6.4.post2+Gaudi-1.19.0 && 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 vllm-gaudi nginx"
You can’t perform that action at this time.
0 commit comments