[Bugfix] Change vLLM install order & Add A2 support (#9232)

This commit is contained in:
Even Zhou
2025-08-17 13:36:14 +08:00
committed by GitHub
parent 1df84ff414
commit fda762a27d
3 changed files with 13 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ on:
branches:
- main
paths:
- ".github/workflows/release-docker-npu-nightly.yaml"
- ".github/workflows/release-docker-npu-nightly.yml"
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
cann_version: ["8.2.rc1"]
device_type: ["a3"]
device_type: ["910b", "a3"]
steps:
- name: Checkout repository
uses: actions/checkout@v4

View File

@@ -8,7 +8,7 @@ on:
branches:
- main
paths:
- ".github/workflows/release-docker-npu.yaml"
- ".github/workflows/release-docker-npu.yml"
jobs:
build:
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
cann_version: ["8.2.rc1"]
device_type: ["a3"]
device_type: ["910b", "a3"]
steps:
- name: Checkout repository
uses: actions/checkout@v4