[Bugfix] Specify tensorflow version in accuracy test to avoid segmentation fault (#6292)

### What this PR does / why we need it?
Specify tensorflow version in accuracy test to avoid segmentation fault

- vLLM version: v0.14.1
- vLLM main:
dc917cceb8

Signed-off-by: hfadzxy <starmoon_zhang@163.com>
This commit is contained in:
zhangxinyuehfad
2026-01-30 09:28:24 +08:00
committed by GitHub
parent b2857de43f
commit 1d661bb279
2 changed files with 2 additions and 5 deletions

View File

@@ -111,7 +111,7 @@ jobs:
if: ${{ inputs.runner == 'linux-aarch64-a2-1' && contains(inputs.model_list, 'Molmo-7B-D-0924') }}
shell: bash -l {0}
run: |
pip install tensorflow --no-cache-dir
pip install tensorflow==2.19.1 --no-cache-dir
- name: Resolve vllm-ascend version
run: |

View File

@@ -103,10 +103,7 @@ jobs:
${{
github.event_name == 'schedule' ||
github.event_name == 'workflow_dispatch' ||
(
contains(github.event.pull_request.labels.*.name, 'accuracy-test') &&
contains(github.event.pull_request.labels.*.name, 'ready-for-test')
)
contains(github.event.pull_request.labels.*.name, 'accuracy-test')
}}
strategy:
fail-fast: false