vllm-ascend vnpu v1

This commit is contained in:
starkwj
2025-12-26 07:37:35 +00:00
parent 2f1aed98cc
commit 135cc0a505
168 changed files with 28337 additions and 9 deletions

View File

@@ -0,0 +1,38 @@
---
documentation:
- changed-files:
- any-glob-to-any-file:
- 'docs/**'
- '**/*.md'
ci/build:
- changed-files:
- any-glob-to-any-file:
- '.github/actions/*.yml'
- '.github/workflows/*.yml'
'module:tests':
- changed-files:
- any-glob-to-any-file:
- 'tests/**'
'module:tools':
- changed-files:
- any-glob-to-any-file:
- 'tools/**'
'module:ops':
- changed-files:
- any-glob-to-any-file:
- 'vllm_ascend/ops/**'
'module:quantization':
- changed-files:
- any-glob-to-any-file:
- 'vllm_ascend/quantization/**'
'module:core':
- changed-files:
- any-glob-to-any-file:
- 'vllm_ascend/*.py'