Unverified Commit 70770268 authored by Ben Browning's avatar Ben Browning Committed by GitHub
Browse files

Add @bbrowning to CODEOWNERS (#40141)


Signed-off-by: default avatarBen Browning <bbrownin@redhat.com>
parent 7a51b3e4
...@@ -44,9 +44,9 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson ...@@ -44,9 +44,9 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
/vllm/pooling_params.py @noooop @DarkLight1337 /vllm/pooling_params.py @noooop @DarkLight1337
/vllm/tokenizers @DarkLight1337 @njhill /vllm/tokenizers @DarkLight1337 @njhill
/vllm/renderers @DarkLight1337 @njhill /vllm/renderers @DarkLight1337 @njhill
/vllm/reasoning @aarnphm @chaunceyjiang @sfeng33 /vllm/reasoning @aarnphm @chaunceyjiang @sfeng33 @bbrowning
/vllm/tool_parsers @aarnphm @chaunceyjiang @sfeng33 /vllm/tool_parsers @aarnphm @chaunceyjiang @sfeng33 @bbrowning
/vllm/parser @aarnphm @chaunceyjiang @sfeng33 /vllm/parser @aarnphm @chaunceyjiang @sfeng33 @bbrowning
# vLLM V1 # vLLM V1
/vllm/v1/attention @LucasWilkinson @MatthewBonanni /vllm/v1/attention @LucasWilkinson @MatthewBonanni
...@@ -93,9 +93,9 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson ...@@ -93,9 +93,9 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
/tests/v1/kv_connector @ApostaC @orozery /tests/v1/kv_connector @ApostaC @orozery
/tests/v1/kv_offload @ApostaC @orozery /tests/v1/kv_offload @ApostaC @orozery
/tests/v1/determinism @yewentao256 /tests/v1/determinism @yewentao256
/tests/reasoning @aarnphm @chaunceyjiang @sfeng33 /tests/reasoning @aarnphm @chaunceyjiang @sfeng33 @bbrowning
/tests/tool_parsers @aarnphm @chaunceyjiang @sfeng33 /tests/tool_parsers @aarnphm @chaunceyjiang @sfeng33 @bbrowning
/tests/tool_use @aarnphm @chaunceyjiang @sfeng33 /tests/tool_use @aarnphm @chaunceyjiang @sfeng33 @bbrowning
# Transformers modeling backend # Transformers modeling backend
/vllm/model_executor/models/transformers @hmellor /vllm/model_executor/models/transformers @hmellor
......
...@@ -14,6 +14,7 @@ Sorted alphabetically by GitHub handle: ...@@ -14,6 +14,7 @@ Sorted alphabetically by GitHub handle:
- [@aarnphm](https://github.com/aarnphm): Structured output - [@aarnphm](https://github.com/aarnphm): Structured output
- [@alexm-redhat](https://github.com/alexm-redhat): Performance - [@alexm-redhat](https://github.com/alexm-redhat): Performance
- [@ApostaC](https://github.com/ApostaC): Connectors, offloading - [@ApostaC](https://github.com/ApostaC): Connectors, offloading
- [@bbrowning](https://github.com/bbrowning): Tool use and reasoning parser
- [@benchislett](https://github.com/benchislett): Engine core and spec decode - [@benchislett](https://github.com/benchislett): Engine core and spec decode
- [@bigPYJ1151](https://github.com/bigPYJ1151): Intel CPU/XPU integration - [@bigPYJ1151](https://github.com/bigPYJ1151): Intel CPU/XPU integration
- [@chaunceyjiang](https://github.com/chaunceyjiang): Tool use and reasoning parser - [@chaunceyjiang](https://github.com/chaunceyjiang): Tool use and reasoning parser
...@@ -121,7 +122,7 @@ If you have PRs touching the area, please feel free to ping the area owner for r ...@@ -121,7 +122,7 @@ If you have PRs touching the area, please feel free to ping the area owner for r
- State space models: The state space models implementation in vLLM - State space models: The state space models implementation in vLLM
- @tdoublep, @tlrmchlsmth - @tdoublep, @tlrmchlsmth
- Reasoning and tool calling parsers - Reasoning and tool calling parsers
- @chaunceyjiang, @aarnphm, @sfeng33 - @chaunceyjiang, @aarnphm, @sfeng33, @bbrowning
### Entrypoints ### Entrypoints
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment