Skip to content

Commit 3939152

Browse files
authored
[Misc] Fix codeowners override for v1 sample and attention (#25037)
Signed-off-by: 22quinn <[email protected]>
1 parent cd87bfb commit 3939152

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
/vllm/model_executor/layers/mamba @tdoublep
1313
/vllm/model_executor/model_loader @22quinn
1414
/vllm/multimodal @DarkLight1337 @ywang96 @NickLucche
15-
/vllm/v1/attention @LucasWilkinson
16-
/vllm/v1/sample @22quinn @houseroad
1715
/vllm/vllm_flash_attn @LucasWilkinson
1816
/vllm/lora @jeejeelee
1917
/vllm/reasoning @aarnphm @chaunceyjiang
@@ -28,11 +26,13 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
2826

2927
# vLLM V1
3028
/vllm/v1 @WoosukKwon @robertgshaw2-redhat @njhill @ywang96 @comaniac @alexm-redhat
31-
/vllm/v1/structured_output @mgoin @russellb @aarnphm @benchislett
32-
/vllm/v1/spec_decode @benchislett @luccafong
29+
/vllm/v1/attention @LucasWilkinson
3330
/vllm/v1/attention/backends/flashinfer.py @mgoin
3431
/vllm/v1/attention/backends/triton_attn.py @tdoublep
3532
/vllm/v1/core @WoosukKwon @robertgshaw2-redhat @njhill @ywang96 @comaniac @alexm-redhat @heheda12345 @ApostaC
33+
/vllm/v1/sample @22quinn @houseroad @njhill
34+
/vllm/v1/spec_decode @benchislett @luccafong
35+
/vllm/v1/structured_output @mgoin @russellb @aarnphm @benchislett
3636
/vllm/v1/kv_cache_interface.py @heheda12345
3737
/vllm/v1/offloading @ApostaC
3838

@@ -54,7 +54,7 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
5454
/tests/weight_loading @mgoin @youkaichao @yewentao256
5555
/tests/lora @jeejeelee
5656
/tests/models/language/generation/test_hybrid.py @tdoublep
57-
/tests/v1/kv_connector/nixl_integration @NickLucche
57+
/tests/v1/kv_connector/nixl_integration @NickLucche
5858
/tests/v1/kv_connector @ApostaC
5959
/tests/v1/offloading @ApostaC
6060

0 commit comments

Comments
 (0)