-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
64 lines (57 loc) · 1.54 KB
/
Copy pathCODEOWNERS
File metadata and controls
64 lines (57 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# See https://help.github.com/articles/about-codeowners/
# for more info about CODEOWNERS file
# Infra, CI
/.gemini @wangxiyuan @Yikun
/.github @wangxiyuan @Yikun
/tools @wangxiyuan @Yikun
/.gitignore @wangxiyuan
/.gitmodules @wangxiyuan @zzzzwwjj
/.pre-commit-config.yaml @wangxiyuan
/codecov.yml @wangxiyuan
/Dockerfile* @wangxiyuan
/format.sh @wangxiyuan
/mypy.ini @wangxiyuan
/requirements* @wangxiyuan
/setup.py @wangxiyuan
/typos.toml @wangxiyuan
# benchmark
# /benchmarks
# docs
/docs @Yikun @LCAIZJ
/.readthedocs.yaml @Yikun
/README* @wangxiyuan @Yikun
# # example
# /examples
# # tests
# /tests
# c++ source code
/cmake @zzzzwwjj @ZT-AIA
/csrc @zzzzwwjj @ZT-AIA
/CMakeLists.txt @zzzzwwjj @ZT-AIA
# python source code
/vllm_ascend/attention @weijinqian0
/vllm_ascend/compilation @yiz-liu
# /vllm_ascend/core
/vllm_ascend/device @weijinqian0 @zzzzwwjj
/vllm_ascend/device_allocator @weijinqian0
/vllm_ascend/distributed @LCAIZJ
# /vllm_ascend/eplb
/vllm_ascend/distributed/kv_transfer/kv_pool/kv_offload @nalinaly
/vllm_ascend/lora @paulyu12
# /vllm_ascend/model_loader
/vllm_ascend/ops @zzzzwwjj @realliujiaxu
# /vllm_ascend/patch
/vllm_ascend/quantization @kunpengW-code
/vllm_ascend/sample @realliujiaxu
# /vllm_ascend/spec_decode
# /vllm_ascend/worker
# /vllm_ascend/xlite
# /vllm_ascend/ascend_config.py
# /vllm_ascend/ascend_forward_context.py
# /vllm_ascend/batch_invariant.py
# /vllm_ascend/cpu_binding.py
# /vllm_ascend/envs.py
# /vllm_ascend/meta_registration.py
# /vllm_ascend/platform.py
# /vllm_ascend/profiling_config.py
# /vllm_ascend/utils.py