File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ pushd "../../" > /dev/null
66source .set_env.sh
77popd > /dev/null
88
9- export your_ip=$( hostname -I | awk ' {print $1}' )
10-
119export host_ip=$( hostname -I | awk ' {print $1}' )
1210if [ -z " ${HUGGINGFACEHUB_API_TOKEN} " ]; then
1311 echo " Error: HUGGINGFACEHUB_API_TOKEN is not set. Please set HUGGINGFACEHUB_API_TOKEN"
Original file line number Diff line number Diff line change @@ -29,9 +29,8 @@ function build_docker_images() {
2929 fi
3030
3131 cd $WORKPATH /docker_image_build
32- # git clone --depth 1 --branch ${opea_branch} https://github.com/opea-project/GenAIComps.git
33- git clone --depth 1 --branch codegen_rag_agent_v2 https://github.com/MSCetin37/GenAIComps.git
34-
32+ git clone --depth 1 --branch ${opea_branch} https://github.com/opea-project/GenAIComps.git
33+
3534 # Download Gaudi vllm of latest tag
3635 git clone https://github.com/HabanaAI/vllm-fork.git && cd vllm-fork
3736 VLLM_VER=$( git describe --tags " $( git rev-list --tags --max-count=1) " )
Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ function build_docker_images() {
3030
3131 cd $WORKPATH /docker_image_build
3232 git clone --depth 1 --branch ${opea_branch} https://github.com/opea-project/GenAIComps.git
33- # git clone --depth 1 --branch codegen_rag_agent_v2 https://github.com/MSCetin37/GenAIComps.git
34-
33+
3534 git clone https://github.com/vllm-project/vllm.git && cd vllm
3635 VLLM_VER=" $( git describe --tags " $( git rev-list --tags --max-count=1) " ) "
3736 echo " Check out vLLM tag ${VLLM_VER} "
You can’t perform that action at this time.
0 commit comments