We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f702677 commit 82801d0Copy full SHA for 82801d0
.github/workflows/_example-workflow.yml
@@ -77,8 +77,8 @@ 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
+ if [[ $(grep -c "vllm-hpu:" ${docker_compose_path}) != 0 ]]; then
+ git clone https://github.com/HabanaAI/vllm-fork.git
82
cd vllm-fork && git rev-parse HEAD && cd ../
83
84
git clone https://github.com/opea-project/GenAIComps.git
.github/workflows/nightly-docker-build-publish.yml
@@ -42,7 +42,6 @@ jobs:
42
with:
43
node: gaudi
44
example: ${{ matrix.example }}
45
- inject_commit: true
46
secrets: inherit
47
48
get-image-list:
0 commit comments