improve soc version (#4522)

Make SOC_VERSION be readable for users. Now users can set simply
"910b"、“910c”、“310p”


- vLLM version: v0.11.2
- vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.2

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-11-29 17:42:16 +08:00
committed by GitHub
parent f10acddb78
commit 6664a4e5ce
16 changed files with 18 additions and 16 deletions

View File

@@ -69,7 +69,6 @@ jobs:
ls
docker build -f ./.github/Dockerfile.buildwheel \
--build-arg PY_VERSION=${{ matrix.python-version }} \
--build-arg SOC_VERSION=ascend910b1 \
-t wheel:v1 .
docker run --rm \
-u $(id -u):$(id -g) \