We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c27a3d commit dd9623dCopy full SHA for dd9623d
.github/workflows/_example-workflow.yml
@@ -77,6 +77,10 @@ jobs:
77
git clone https://github.com/vllm-project/vllm.git
78
cd vllm && git rev-parse HEAD && cd ../
79
fi
80
+ if [[ $(grep -c "vllm-hpu:" ${docker_compose_yml}) != 0 ]]; then
81
+ git clone https://github.com/HabanaAI/vllm-fork.git vllm-fork
82
+ cd vllm-fork && git rev-parse HEAD && cd ../
83
+ fi
84
git clone https://github.com/opea-project/GenAIComps.git
85
cd GenAIComps && git checkout ${{ inputs.opea_branch }} && git rev-parse HEAD && cd ../
86
0 commit comments