[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:
@@ -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: |
|
||||
|
||||
5
.github/workflows/nightly_test_a2.yaml
vendored
5
.github/workflows/nightly_test_a2.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user