[CI] Change A2 runner (#6557)
### What this PR does / why we need it? This PR updates the CI runner from `linux-aarch64-a2-*` to `linux-aarch64-a2b3-*` in various test configuration files. This change is necessary to adapt to updates in the CI infrastructure. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? The changes are configuration updates for CI tests. The correctness will be verified by the CI pipeline. Signed-off-by: hfadzxy <starmoon_zhang@163.com>
This commit is contained in:
@@ -108,7 +108,7 @@ jobs:
|
||||
pip install -v -e .
|
||||
|
||||
- name: Install tensorflow (for Molmo-7B-D-0924)
|
||||
if: ${{ inputs.runner == 'linux-aarch64-a2-1' && contains(inputs.model_list, 'Molmo-7B-D-0924') }}
|
||||
if: ${{ inputs.runner == 'linux-aarch64-a2b3-1' && contains(inputs.model_list, 'Molmo-7B-D-0924') }}
|
||||
shell: bash -l {0}
|
||||
run: |
|
||||
pip install tensorflow==2.19.1 --no-cache-dir
|
||||
|
||||
Reference in New Issue
Block a user