Skip to content

Commit 7d218b9

Browse files
Remove vllm hpu commit id limit (#1386)
Signed-off-by: Xinyao Wang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ba9892f commit 7d218b9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/_example-workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
fi
8080
if [[ $(grep -c "vllm-gaudi:" ${docker_compose_path}) != 0 ]]; then
8181
git clone https://github.com/HabanaAI/vllm-fork.git
82-
cd vllm-fork && git checkout 3c39626 && cd ../
8382
fi
8483
git clone https://github.com/opea-project/GenAIComps.git
8584
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 && cd vllm-fork && git checkout 3c39626 && cd ../
20+
git clone https://github.com/HabanaAI/vllm-fork.git
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-gaudi nginx"

0 commit comments

Comments
 (0)