Skip to content

Commit 4f96d9e

Browse files
authored
vllm hpu fix version for bug fix (#1142)
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
1 parent a8f4245 commit 4f96d9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_example-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
fi
8080
if [[ $(grep -c "vllm-hpu:" ${docker_compose_path}) != 0 ]]; then
8181
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 ../
8383
fi
8484
git clone https://github.com/opea-project/GenAIComps.git
8585
cd GenAIComps && git checkout ${{ inputs.opea_branch }} && git rev-parse HEAD && cd ../

ChatQnA/tests/test_compose_vllm_on_gaudi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ip_address=$(hostname -I | awk '{print $1}')
1717
function build_docker_images() {
1818
cd $WORKPATH/docker_image_build
1919
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 ../
2121

2222
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
2323
service_list="chatqna chatqna-ui dataprep-redis retriever-redis vllm-hpu nginx"

0 commit comments

Comments
 (0)