Skip to content

Commit 82b4f4e

Browse files
committed
disabled vllm
1 parent 673dd01 commit 82b4f4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,14 @@ jobs:
9999
run: echo "NOW_UTC=$(date '+%m%d%H%M%S' --utc)" >> $GITHUB_ENV
100100
- name: Build VLLM Development Image
101101
id: build_vllm_image
102+
if: false
102103
uses: ./.github/actions/build-push-docker-action
103104
with:
104105
dockerfile_path: 'sdks/python/apache_beam/ml/inference/test_resources/vllm.dockerfile'
105106
image_name: 'us-docker.pkg.dev/apache-beam-testing/beam-temp/beam-vllm-gpu-base'
106107
image_tag: ${{ github.sha }}
107108
- name: Run VLLM Gemma Batch Test
109+
if: false
108110
uses: ./.github/actions/gradle-command-self-hosted-action
109111
timeout-minutes: 180
110112
with:

0 commit comments

Comments
 (0)