Skip to content

Commit bc2ff89

Browse files
committed
update test files for gauidi
Signed-off-by: Mustafa <[email protected]>
1 parent 8f25e73 commit bc2ff89

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

CodeGen/docker_compose/set_env.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ pushd "../../" > /dev/null
66
source .set_env.sh
77
popd > /dev/null
88

9-
export your_ip=$(hostname -I | awk '{print $1}')
10-
119
export host_ip=$(hostname -I | awk '{print $1}')
1210
if [ -z "${HUGGINGFACEHUB_API_TOKEN}" ]; then
1311
echo "Error: HUGGINGFACEHUB_API_TOKEN is not set. Please set HUGGINGFACEHUB_API_TOKEN"

CodeGen/tests/test_compose_on_gaudi.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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)")

CodeGen/tests/test_compose_on_xeon.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)