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 ac47042 commit 39fa25eCopy full SHA for 39fa25e
.github/workflows/_example-workflow.yml
@@ -75,7 +75,7 @@ jobs:
75
docker_compose_path=${{ github.workspace }}/${{ inputs.example }}/docker_image_build/build.yaml
76
if [[ $(grep -c "vllm:" ${docker_compose_path}) != 0 ]]; then
77
git clone https://github.com/vllm-project/vllm.git
78
- cd vllm && git rev-parse HEAD && cd ../
+ cd vllm && git checkout 446c780 && cd ../
79
fi
80
if [[ $(grep -c "vllm-gaudi:" ${docker_compose_path}) != 0 ]]; then
81
git clone https://github.com/HabanaAI/vllm-fork.git
0 commit comments